Interface | Description |
---|---|
MDeserializer |
This interface is used for reading config from
repository as well as XML
|
MSerializer |
This interface is client interface for serializing object into another
|
Class | Description |
---|---|
MConfigDeserializer |
Deserializes properties to construct MStartup.
|
MMetaDataDeserializer |
Deserializes properties to construct plugins.
|
MMetaDataSerializer |
Deserializes properties to construct UNION.
|
MPropertyBasedDeserializer |
A MProperties based MDeserializer implementation that also allows you to register sub-deserializers
|
MPropertyBasedProcessor |
This class provides the common facilities for MPropertyBasedSerializer and
MPropertyBasedDeserializer.
|
MPropertyBasedSerializer |
A MProperties based MSerializer implementation that also allows you to register sub-serializers
|
MPropertyContext |
Context object used by MPropertyBased(Des/S)erializer's.
|
MRepoPropertyBasedDeserializer |
A MRepoProperties based MDeserializer implementation that also allows you to register sub-deserializers
|
MRepoPropertyBasedSerializer |
A MRepoProperties based MSerializer implementation that also allows you to register sub-serializers
|