V
- the expected transient type of the named valueW
- the expected persisted type of the named valuepublic interface NamedValueAccessor<V,W>
Modifier and Type | Method and Description |
---|---|
V |
deserialize(W value)
Deserializes the given value to its transient representation.
|
String |
getName()
Returns the named value's name.
|
com.google.common.reflect.TypeToken<W> |
getSerializedValueType()
Returns the named value's type of the serialized value.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.