| Package | Description |
|---|---|
| com.abubusoft.kripton |
Contains logic to create an intermediate rapresentation of data between java pojo and json/xml format.
|
| com.abubusoft.kripton.binder.json |
Package for JSON implementation of binder reader/writer.
|
| com.abubusoft.kripton.binder.xml |
Implementation of writer/reader binder for xml format
|
| Modifier and Type | Method and Description |
|---|---|
String |
BinderWriter.write(Object source)
Write POJO into string.
|
void |
BinderWriter.write(Object source,
OutputStream os)
Write POJO into output stream of bytes.
|
void |
BinderWriter.write(Object source,
Writer out)
Write POJO into character stream.
|
String |
BinderJsonWriter.writeCollection(Collection<?> source) |
void |
BinderJsonWriter.writeCollection(Collection<?> source,
OutputStream os) |
void |
BinderJsonWriter.writeCollection(Collection<?> source,
Writer out) |
String |
BinderJsonWriter.writeMap(Map<?,?> source) |
void |
BinderJsonWriter.writeMap(Map<?,?> source,
OutputStream os) |
void |
BinderJsonWriter.writeMap(Map<?,?> source,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
String |
JsonWriter.write(Object source) |
void |
JsonWriter.write(Object source,
OutputStream os) |
void |
JsonWriter.write(Object source,
Writer out) |
String |
JsonWriter.writeCollection(Collection<?> source) |
void |
JsonWriter.writeCollection(Collection<?> source,
OutputStream os) |
void |
JsonWriter.writeCollection(Collection<?> source,
Writer out) |
String |
JsonWriter.writeMap(Map<?,?> source) |
void |
JsonWriter.writeMap(Map<?,?> source,
OutputStream os) |
void |
JsonWriter.writeMap(Map<?,?> source,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
String |
XmlPullWriter.write(Object source) |
void |
XmlPullWriter.write(Object source,
OutputStream os) |
void |
XmlPullWriter.write(Object source,
Writer out) |
Copyright © 2016. All rights reserved.