See: Description
Interface | Description |
---|---|
RedisConstants |
Constants related to this package.
|
Class | Description |
---|---|
ClassDescriptors |
Holds Class Descriptors in an internal array.
|
ClassDescriptorsInfo |
Parent class of ClassDescriptors holding just the specVersion (Currently 1) and the versionNo.
|
ClassDescriptorStorage |
Defines a persistent ClassDescriptor Store for
OptiObjectInputStream and OptiObjectOutputStream . |
CompressibleByteArrayOutputStream |
An OutputStream that compresses the data once the size crosses a certain threshold.
|
CompressibleByteArrayOutputStreamPool |
This is a class to reuse CompressibleByteArrayOutputStream to avoid creating a new one every time.
|
OptiObjectInputStream |
An ObjectInputStream which optimizes storage by using a common ClassDescriptorStorage for maintaining the
Class Descriptors for the class used in serialization.
|
OptiObjectOutputStream |
An ObjectOutputStream which optimizes storage by using a common ClassDescriptorStorage for maintaining the
Class Descriptors for the class used in serialization.
|
ReusableByteArrayInputStream |
A ByteArrayInputStream which gives access to the current positions to provide more flexibility.
|
ReusableByteArrayOutputStream |
A GC friendly ByteArrayOutputStream which has a getInputStream method to read the
internal byte array without having to copy the contents.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.