| Package | Description |
|---|---|
| com.cognitect.transit |
| Modifier and Type | Method and Description |
|---|---|
<V> WriteHandler<T,V> |
WriteHandler.getVerboseHandler()
Gets an alternative handler which provides more readable representations for use in
verbose mode; can return null
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Class,WriteHandler<?,?>> |
TransitFactory.defaultWriteHandlers()
Returns a map of classes to Handlers that is used by default
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Writer<T> |
TransitFactory.writer(TransitFactory.Format type,
OutputStream out,
Map<Class,WriteHandler<?,?>> customHandlers)
Creates a writer instance.
|
Copyright © 2014. All rights reserved.