Package net.spy.memcached.transcoders


package net.spy.memcached.transcoders

Classes that deal with data encoding

  • Class
    Description
    Base class for any transcoders that may want to work with serialized or compressed data.
    Transcoder that serializes and unserializes longs.
    Transcoder that serializes and unserializes longs.
    Transcoder that serializes and compresses objects.
    Transcoder is an interface for classes that convert between byte arrays and objects for storage in the cache.
    Utility class for transcoding Java types.
    Asynchronous transcoder.
    Transcoder that provides compatibility with Greg Whalin's memcached client.
    Handles old whalin (tested with v1.6) encoding: data type is in the first byte of the value.