JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
F
FieldSerializer
<
T
> - Class in
com.esotericsoftware.kryo.serializers
Serializes objects using direct field assignment.
FieldSerializer(Kryo, Class)
- Constructor for class com.esotericsoftware.kryo.serializers.
FieldSerializer
FieldSerializer.CachedField
<
X
> - Class in
com.esotericsoftware.kryo.serializers
Controls how a field will be serialized.
FieldSerializer.CachedField()
- Constructor for class com.esotericsoftware.kryo.serializers.
FieldSerializer.CachedField
FieldSerializer.Optional
- Annotation Type in
com.esotericsoftware.kryo.serializers
Indicates a field should be ignored when its declaring class is registered unless the
context
has a value set for the specified key.
findKey(Object, boolean)
- Method in class com.esotericsoftware.kryo.util.
IdentityMap
Returns the key for the specified value, or null if it is not in the map.
findKey(int)
- Method in class com.esotericsoftware.kryo.util.
IdentityObjectIntMap
Returns the key for the specified value, or null if it is not in the map.
findKey(Object, boolean, int)
- Method in class com.esotericsoftware.kryo.util.
IntMap
Returns the key for the specified value, or
notFound
if it is not in the map.
findKey(Object, boolean)
- Method in class com.esotericsoftware.kryo.util.
ObjectMap
Returns the key for the specified value, or null if it is not in the map.
flush()
- Method in class com.esotericsoftware.kryo.io.
Output
Writes the buffered bytes to the underlying OutputStream, if any.
flush()
- Method in class com.esotericsoftware.kryo.io.
OutputChunked
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes