
| Interface | Description |
|---|---|
| DataWriter<M,D> |
Data writers are a simple abstraction to turn logical objects into a format
that can more easily be sent over the wire.
|
| Class | Description |
|---|---|
| AutoBeanWriter<M,D> |
Abstract DataWriter which writes out objects that can be wrapped as autobeans.
|
| JsonWriter<M> |
An AutoBeanWriter that writes an auto bean into Json.
|
Copyright © 2018. All rights reserved.