public interface WriteHandler<T,Rep>
| Modifier and Type | Method and Description |
|---|---|
<V> WriteHandler<T,V> |
getVerboseHandler()
Gets an alternative handler which provides more readable representations for use in
verbose mode; can return null
|
Rep |
rep(T o)
Gets the representation to use for the object, either an instance of transit ground type,
or object for which there is a Handler (including an instance of TaggedValue).
|
String |
stringRep(T o)
Gets the string representation to use for the object; can return null
|
String |
tag(T o)
Gets the tag to use for the object
|
Rep rep(T o)
o - the objectString stringRep(T o)
o - the object<V> WriteHandler<T,V> getVerboseHandler()
Copyright © 2017. All rights reserved.