V
- the type of the deserialized valueW
- the type of the serialized valuepublic interface ValueConverter<V,W>
Modifier and Type | Method and Description |
---|---|
V |
deserialize(W input)
Deserializes the given value.
|
W |
serialize(V input)
Serializes the given value.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.