Uses of Interface
com.hazelcast.nio.serialization.Portable
Package
Description
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
-
Uses of Portable in com.hazelcast.nio.serialization
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.Modifier and TypeMethodDescription<P extends Portable>
PPortableReader.readPortable
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionPortableFactory.create
(int classId) Deprecated, for removal: This API element is subject to removal in a future version.Creates a Portable instance using the given class IDPortable[]
PortableReader.readPortableArray
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionvoid
PortableWriter.writePortable
(String fieldName, Portable portable) Deprecated, for removal: This API element is subject to removal in a future version.Writes a Portable.void
PortableWriter.writePortableArray
(String fieldName, Portable[] values) Deprecated, for removal: This API element is subject to removal in a future version.Writes a an array of Portables.