JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package com.hazelcast.nio.serialization.genericrecord
package
com.hazelcast.nio.serialization.genericrecord
This package contains APIs for the GenericRecords.
Related Packages
Package
Description
com.hazelcast.nio.serialization
Contains interfaces/classes related to serialization, such as serializer interfaces, input/output streams.
com.hazelcast.nio.serialization.compact
This package contains APIs for the Compact Serialization.
Interfaces
Class
Description
GenericRecord
A generic object interface that is returned to the user when the domain class can not be created from any of the distributed Hazelcast data structures like
IMap
,
IQueue
etc.
GenericRecordBuilder
Interface for creating
GenericRecord
instances.