| 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  | VersionedPortableVersionedPortable is an extension to  Portableto support per class 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 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[] portables)Writes a an array of Portables. | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.