Package com.oracle.coherence.io.json.genson.stream
This package provides the streaming api used to read and write to streams.
Actually only json format is supported however xml may be added latter ;)
-
Interface Summary Interface Description ObjectReader ObjectReader is part of the streaming api, it's implementations allow you to read data from the stream.ObjectWriter ObjectWriter defines the api allowing to write data to different format and the contract for classes that implement ObjectWriter to provide different formats support. -
Class Summary Class Description JsonReader JsonWriter -
Enum Summary Enum Description JsonType ValueType -
Exception Summary Exception Description JsonStreamException JsonStreamException are thrown by ObjectWriter and ObjectReader implementations.