public interface KryoDefaultSerializerFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
KryoDefaultSerializerFactory.SerializerFactoryAdapter |
| Modifier and Type | Method and Description |
|---|---|
com.esotericsoftware.kryo.Serializer |
newDefaultSerializer(com.esotericsoftware.kryo.Kryo kryo,
Class<?> type)
Should return the Serializer used by Kryo when
Kryo.newDefaultSerializer(java.lang.Class) is called. |
com.esotericsoftware.kryo.Serializer newDefaultSerializer(com.esotericsoftware.kryo.Kryo kryo,
Class<?> type)
Kryo.newDefaultSerializer(java.lang.Class) is called.Copyright © 2009–2018. All rights reserved.