Java SE - Classes related to Marshalling / Unmarshalling




NameTypeDescriptionDetail

AbstractMarshallerImplAbstract ClassPartial default Marshaller implementation.Detail
AbstractUnmarshallerImplAbstract ClassPartial default Unmarshaller implementation.Detail
AttachmentMarshallerClassEnable JAXB marshalling to optimize storage of binary data.Detail
AttachmentUnmarshallerClassEnables JAXB unmarshalling of a root document containing optimized binary data formats.Detail
BadKindHelperClassThis Helper class is used to facilitate the marshalling of TypeCodePackage/BadKind.Detail
BoundsHelperClassThis Helper class is used to facilitate the marshalling of Bounds.Detail
BoundsHelperClassThis Helper class is used to facilitate the marshalling of TypeCodePackage/Bounds.Detail
DataOutputStreamInterfaceDefines the methods used to write primitive data types to output streams for marshalling custom value types.Detail
InvalidNameHelperClassThis Helper class is used to facilitate the marshalling of ORBPackage/InvalidName.Detail
KeyInfoFactoryClassA factory for creating KeyInfo objects from scratch or for unmarshalling a KeyInfo object from a corresponding XMLDetail
MarshalExceptionClassIndicates an exceptional condition that occurred during the XML marshalling or unmarshalling process.Detail
MarshalledObjectClassA MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.Detail
MarshallerInterface The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.Detail
Marshaller.ListenerClass Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.Detail
SAAJResultClassActs as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree.Detail
UnmarshalExceptionClassAn UnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the followingDetail
UnmarshallerInterfaceThe Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XMLDetail
Unmarshaller.ListenerClass Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events.Detail
UnmarshallerHandlerInterfaceUnmarshaller implemented as SAX ContentHandler.Detail
VMCUSTOMInterfaceDefines the code used to represent a custom marshalled value type in This is one of the possible results of the type_modifierDetail
XMLSignatureFactoryClassA factory for creating XMLSignature objects from scratch or for unmarshalling an XMLSignature object from a correspondingDetail