public interface WriteHandler
| Modifier and Type | Method and Description |
|---|---|
WriteHandler |
getVerboseHandler()
Gets an alternative handler which provides more readable representations for use in
verbose mode; can return null
|
Object |
rep(Object 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(Object o)
Gets the string representation to use for the object; can return null
|
String |
tag(Object o)
Gets the tag to use for the object
|
Object rep(Object o)
o - the objectString stringRep(Object o)
o - the objectWriteHandler getVerboseHandler()
Copyright © 2014. All rights reserved.