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
K
L
M
N
O
P
R
S
T
U
V
W
Z
O
ObjectBuffer
- Class in
com.esotericsoftware.kryo
Serializes objects to and from byte arrays and streams.
This class uses a buffer internally and is not thread safe.
ObjectBuffer(Kryo)
- Constructor for class com.esotericsoftware.kryo.
ObjectBuffer
Creates an ObjectStream with an initial buffer size of 2KB and a maximum size of 16KB.
ObjectBuffer(Kryo, int)
- Constructor for class com.esotericsoftware.kryo.
ObjectBuffer
ObjectBuffer(Kryo, int, int)
- Constructor for class com.esotericsoftware.kryo.
ObjectBuffer
Optional
- Annotation Type in
com.esotericsoftware.kryo
Indicates a field should be ignored when its declaring class is registered unless the
context
has a value set for specified key.
optional
- Variable in class com.esotericsoftware.kryo.serialize.
FieldSerializerTest.TestClass
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Z
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes