See: Description
Interface | Description |
---|---|
Marshaller |
Marshaller is the type of basic types marshallers.
|
MarshallerFactory |
a marshaller factory is a factory for marshallers and unmarshallers (...)
|
UnMarshaller |
UnMarshaller is the type of basic types unmarshallers.
|
Exception | Description |
---|---|
EndOfMessageException |
EndOfMessageException is a checked exception that indicates that the end of
the message on which some operation is performed has been reached.
|
MarshalException |
MarshalException is a checked exception that indicates that an error occured
when marshalling data.
|
UnMarshalException |
UnMarshalException is a checked exception that indicates that an error occurred
when unmarshalling data.
|