Interface | Description |
---|---|
Binding<S,T> |
Interface defining bindings between two particular class.
|
Converter<I,O> |
Interface for explicitly defining conversions from I to a destination
object type O.
|
FromUnmarshaller<S,T> |
Interface for explicitly defining conversions from T to a target
object type S.
|
ToMarshaller<S,T> |
Interface for explicitly defining conversions to a target object from a specific
object type (marshalling).
|
Exception | Description |
---|---|
BindingException |
Runtime exception thrown when a problem occurs during marshalling or unmarshalling
|
Copyright © 2010–2018 Jadira Systems. All rights reserved.