IPortableReaderReadPortableTPortable Method Hazelcast .Net Client Class Library

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

TPortable ReadPortable<TPortable>(
	string fieldName
)
where TPortable : IPortable

Parameters

fieldName
Type: SystemString
name of the field

Type Parameters

TPortable

Return Value

Type: TPortable
the portable value read
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
See Also

Reference