Marshalling of signed and unsigned properties is separated because it happens at different points in time.
Default implementations using JAXB are provided for each marshaller.
| PropertiesMarshaller | Interface for property data objects marshallers. |
| SignedPropertiesMarshaller | |
| UnsignedPropertiesMarshaller | Interface for unsigned properties data objects marshalling. |
| MarshallingBindingsModule | Contains the Guice bindings for the components on this package. |
| MarshalException | Thrown when there is an error during the marshalling process. |
| UnsupportedDataObjectException | Thrown during the marshalling stage if a proeprty data object is not supported
by the PropertiesMarshallers in use. |