scalacache.serialization.binary
package scalacache.serialization.binary
Type members
Classlikes
trait BinaryPrimitiveCodecs
Codecs for all the Java primitive types, plus String and Array[Byte]
Codecs for all the Java primitive types, plus String and Array[Byte]
Credit: Shade @ https://github.com/alexandru/shade/blob/master/src/main/scala/shade/memcached/Codec.scala
Codec that uses Java serialization to serialize objects
Codec that uses Java serialization to serialize objects
Credit: Shade @ https://github.com/alexandru/shade/blob/master/src/main/scala/shade/memcached/Codec.scala