Package com.hazelcast.nio.serialization.compact
This package contains APIs for the Compact Serialization.
-
Interface Summary Interface Description CompactReader Provides means of reading Compact serialized fields from the binary data.CompactSerializer<T> Defines the contract of the serializers used for Compact serialization.CompactWriter Provides means of writing compact serialized fields to the binary data.