Uses of Interface
com.googlecode.mobilityrpc.serialization.Serializer

Packages that use Serializer
com.googlecode.mobilityrpc.serialization.impl [private api] Implementations of the Serializer interface, responsible for serializing regular Java objects to/from binary using a particular serialization method (e.g. 
 

Uses of Serializer in com.googlecode.mobilityrpc.serialization.impl
 

Classes in com.googlecode.mobilityrpc.serialization.impl that implement Serializer
 class KryoSerializer
          A serializer which serializes regular Java objects to/from binary using the Kryo serilaization framework.
 



Copyright © 2016. All rights reserved.