net.rubyeye.xmemcached.transcoders.SerializingTranscoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmemcached Show documentation
Show all versions of xmemcached Show documentation
Extreme performance modern memcached client for java
// Copyright (c) 2006 Dustin Sallings
package net.rubyeye.xmemcached.transcoders;
import java.util.Date;
/**
* Transcoder that serializes and compresses objects.
*/
public class SerializingTranscoder extends BaseSerializingTranscoder implements
Transcoder
© 2015 - 2025 Weber Informatics LLC | Privacy Policy