Package com.esotericsoftware.kryo.serialize

Examples of com.esotericsoftware.kryo.serialize.StringSerializer


    register(Integer.class, new IntSerializer());
    register(Long.class, new LongSerializer());
    register(Float.class, new FloatSerializer());
    register(Double.class, new DoubleSerializer());
    // Other.
    register(String.class, new StringSerializer());
  }
View Full Code Here

TOP

Related Classes of com.esotericsoftware.kryo.serialize.StringSerializer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.