public interface MapWriter extends MapSerializable
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | MapWriter.EntryWriterAn interface to push one entry at a time to the output | 
| Modifier and Type | Method and Description | 
|---|---|
| default Map | toMap(Map<String,Object> map)Use the passed map to minimize object creation. | 
| void | writeMap(MapWriter.EntryWriter ew) | 
default Map toMap(Map<String,Object> map)
MapSerializabletoMap in interface MapSerializablevoid writeMap(MapWriter.EntryWriter ew) throws IOException
IOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.