|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SerializerFactory
This factory creates a new Serializer for a given class. It is
used in Kryo.newSerializer(Class).
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||