Uses of Class
net.spy.memcached.transcoders.BaseSerializingTranscoder
Packages that use BaseSerializingTranscoder
-
Uses of BaseSerializingTranscoder in net.spy.memcached.transcoders
Subclasses of BaseSerializingTranscoder in net.spy.memcached.transcodersModifier and TypeClassDescriptionclass
Transcoder that serializes and compresses objects.class
Transcoder that provides compatibility with Greg Whalin's memcached client.class
Handles old whalin (tested with v1.6) encoding: data type is in the first byte of the value.