| Package | Description |
|---|---|
| se.l4.commons.serialization | |
| se.l4.commons.serialization.enums | |
| se.l4.commons.serialization.format | |
| se.l4.commons.serialization.internal |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
SerializerFormatDefinition.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
static SerializerFormatDefinition |
SerializerFormatDefinition.forValue(ValueType value) |
SerializerFormatDefinition.Builder |
SerializerFormatDefinition.FieldBuilder.using(ValueType valueType)
Using the definition for the specified value type.
|
SerializerFormatDefinition.Builder |
SerializerFormatDefinition.Builder.value(ValueType valueType)
Define that we represent a certain type of value.
|
| Constructor and Description |
|---|
SerializerFormatDefinition(int type,
ValueType valueType,
Iterable<SerializerFormatDefinition.FieldDefinition> definitions) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
ValueTranslator.getType()
Get the type to read and write.
|
ValueType |
OrdinalTranslator.getType() |
ValueType |
NameTranslator.getType() |
ValueType |
IgnoreCaseNameTranslator.getType() |
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerFormatDefinition.Builder |
SerializerFormatDefinitionBuilderImpl.value(ValueType valueType) |
Copyright © 2016. All rights reserved.