Package voldemort.serialization

Code for mapping objects to bytes and bytes to objects.

See:
          Description

Interface Summary
Serializer<T> Map objects to byte arrays and back again
SerializerFactory A Serializer factory creates serializers from a serializer definition
 

Class Summary
ByteArraySerializer  
Compression  
DefaultSerializerFactory Factory that maps serialization strings to serializers.
IdentitySerializer A Serializer implementation that does nothing at all, just maps byte arrays to identical byte arrays
ObjectSerializer<T> Transform java objects into bytes using java's built in serialization mechanism
SerializationUtils  
SerializerDefinition A SerializerDefinition holds all the meta information for a serializer.
SlopSerializer A Serializer for writing Slops
StringSerializer A Serializer that serializes strings
VersionedSerializer<T> A Serializer that removes the Versioned wrapper and delegates to a user-supplied serializer to deal with the remaining bytes
VoldemortOpCode  
VoldemortOperation  
VSlopProto  
VSlopProto.Slop  
VSlopProto.Slop.Builder  
 

Exception Summary
SerializationException Thrown to indicate failures in serialization This is a user-initiated failure.
 

Package voldemort.serialization Description

Code for mapping objects to bytes and bytes to objects.



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao