public interface Reverter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRevert(Object value)
Returns true if this reverter can revert the supplied value.
|
Object |
revert(Object value)
Converts the supplied object to a well known Java type before AMF3 serialization, for
example a JodaTime to a standard Java
Date. |