public interface SerializerFactory
Serializer for a given class. It is
used in Kryo.newDefaultSerializer(Class).| Modifier and Type | Method and Description |
|---|---|
com.esotericsoftware.kryo.Serializer |
newSerializer(Class<?> type)
Returns a serializer for the specified type or
null if the type is not supported
by this factory. |
com.esotericsoftware.kryo.Serializer newSerializer(Class<?> type)
null if the type is not supported
by this factory.type - the type a serializer shall be created for.Serializer implementation or null.Copyright © 2009–2018. All rights reserved.