JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
com.hazelcast.nio.serialization.genericrecord
Packages that use
com.hazelcast.nio.serialization.genericrecord
Package
Description
com.hazelcast.nio.serialization.genericrecord
This package contains APIs for the GenericRecords.
Classes in
com.hazelcast.nio.serialization.genericrecord
used by
com.hazelcast.nio.serialization.genericrecord
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.