JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
com.esotericsoftware.kryo
Annotation Type NotNull
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface
NotNull
Indicates a field can never be null when it is being serialized and deserialized. Some serializers use this to save space. Eg,
FieldSerializer
may save 1 byte per field.
Author:
Nathan Sweet
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element