Package com.esotericsoftware.kryo
Annotation Type DefaultSerializer
Sets the default serializer to use for the annotated class. The specified Serializer class must have a constructor taking a
Kryo instance and a class, a Kryo instance, a class, or no arguments.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends Serializer> value
-