Uses of Interface
com.hazelcast.nio.serialization.Portable
Packages that use Portable
Package
Description
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
-
Uses of Portable in com.hazelcast.nio.serialization
Subinterfaces of Portable in com.hazelcast.nio.serializationModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.Methods in com.hazelcast.nio.serialization with type parameters of type PortableModifier and TypeMethodDescription<P extends Portable>
PPortableReader.readPortable
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hazelcast.nio.serialization that return PortableModifier 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.Methods in com.hazelcast.nio.serialization with parameters of type PortableModifier 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.