| Modifier and Type | Method and Description |
|---|---|
ConfigKey |
ConfigKey.ConfigKeySerializer.read(StreamingInput in) |
| Modifier and Type | Method and Description |
|---|---|
File |
FileSerializer.read(StreamingInput in) |
static Map<String,Object> |
RawFormatReader.read(StreamingInput input)
Convert the given stream to a map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigJsonInput
Input for JSON.
|
class |
ListInput
Input that works on lists.
|
class |
MapInput
Implementation of
StreamingInput that works on a objects. |
class |
NullInput |
class |
ValueInput |
| Modifier and Type | Method and Description |
|---|---|
static StreamingInput |
MapInput.resolveInput(String key,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
T |
Serializer.read(StreamingInput in)
Read an object from the specified stream.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,V> |
MapAsObjectSerializer.read(StreamingInput in) |
List<T> |
ListSerializer.read(StreamingInput in) |
Object |
ArraySerializer.read(StreamingInput in) |
Set<T> |
SetSerializer.read(StreamingInput in) |
| Modifier and Type | Method and Description |
|---|---|
T |
EnumSerializer.read(StreamingInput in) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamingInput |
class |
BinaryInput
Input for binary format.
|
class |
JsonInput
Input for JSON.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DelayedSerializer.read(StreamingInput in) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDefinition.read(Object target,
StreamingInput in) |
T |
ReflectionOnlySingleFactorySerializer.read(StreamingInput in) |
Object |
FieldDefinition.read(StreamingInput in) |
T |
ReflectionStreamingSerializer.read(StreamingInput in) |
T |
ReflectionNonStreamingSerializer.read(StreamingInput in) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
BooleanSerializer.read(StreamingInput in) |
Integer |
IntSerializer.read(StreamingInput in) |
Object |
SimpleTypeSerializer.read(StreamingInput in) |
String |
StringSerializer.read(StreamingInput in) |
Long |
LongSerializer.read(StreamingInput in) |
Double |
DoubleSerializer.read(StreamingInput in) |
Float |
FloatSerializer.read(StreamingInput in) |
Object |
DynamicSerializer.read(StreamingInput in) |
Short |
ShortSerializer.read(StreamingInput in) |
byte[] |
ByteArraySerializer.read(StreamingInput in) |
Object |
CompactDynamicSerializer.read(StreamingInput in) |
UUID |
UuidSerializer.read(StreamingInput in) |
Copyright © 2017. All rights reserved.