Package | Description |
---|---|
org.vostok.json |
Content the main class for converting java object to and from js object.
|
org.vostok.json.converter |
List of all default converters.
|
Class and Description |
---|
JSONContext
JSONContext is the main class you use to convert java into and from js code.
|
Marshaller
marshaller convert java object into js code/object you don't create the class directly but acces it throw JSONContext
|
MarshallerInterface
interface for a marshaller. shouldn't be used directly
|
NotYetDefinedException |
ParserException
base exeption for any expetion throw by others VostokJsonLib object
|
SerieConverterInterface
SerieConverterInterface should be used by class that would render as js array.
|
SourceFormatException
throw when detect an error on json source data (type open {, ", etc..)
|
Unmarshaller
unmarshaller convert js object source code into java object
you don't create the class directly but acces it throw JSONContext.
|
UnmarshallerInterface
Interface fo unmarshaller, shouldn't be used directly
|
Class and Description |
---|
NotYetDefinedException |
ObjectConverterInterface
Used to convert a simple object.
|
ParserException
base exeption for any expetion throw by others VostokJsonLib object
|
SerieConverterInterface
SerieConverterInterface should be used by class that would render as js array.
|