Primitive type Codec instances
Represents a type class that needs to be implemented for serialization/deserialization to work.
Represents a type class that needs to be implemented for serialization/deserialization to work.
Object input stream which tries the thread local class loader.
Object input stream which tries the thread local class loader.
Thread Local class loader is used by SBT to avoid polluting system class loader when running different tasks.
This allows deserialization of classes from sub-projects during something like Play's test/run modes.
Holds a Java-serialisation-based Codec[Object <: Serializable] instance
Holds a Java-serialisation-based Codec[Object <: Serializable] instance
Credit: Shade @ https://github.com/alexandru/shade/blob/master/src/main/scala/shade/memcached/Codec.scala
For simple primitives, we provide lightweight Codecs for ease of use.
Primitive type Codec instances
Credit: Shade @ https://github.com/alexandru/shade/blob/master/src/main/scala/shade/memcached/Codec.scala