| Package | Description | 
|---|---|
| com.hazelcast.nio.serialization | 
 Contains interfaces/classes related to serialization,
 such as serializer interfaces, input/output streams. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
VersionedPortable
An extension to  
Portable to support per-object version instead of a
 global serialization version. | 
| Modifier and Type | Method and Description | 
|---|---|
<P extends Portable> | 
PortableReader.readPortable(String fieldName)  | 
| Modifier and Type | Method and Description | 
|---|---|
Portable | 
PortableFactory.create(int classId)
Creates a Portable instance using the given class ID 
 | 
Portable[] | 
PortableReader.readPortableArray(String fieldName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PortableWriter.writePortable(String fieldName,
             Portable portable)
Writes a Portable. 
 | 
void | 
PortableWriter.writePortableArray(String fieldName,
                  Portable[] values)
Writes a an array of Portables. 
 | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.