Method | Description | |
---|---|---|
CompositeMap ( Context context, |
Constructor for the
|
|
Populate ( InputNode node, Object result ) : Object |
This
|
|
Read ( InputNode node ) : Object |
This
|
|
Read ( InputNode node, Object result ) : Object |
This
|
|
Validate ( InputNode node ) : bool |
This
|
|
Validate ( InputNode node, Class type ) : bool |
This
|
|
Write ( OutputNode node, Object source ) : void |
This
|
public CompositeMap ( Context context, |
||
context | Context | /// this is the root context for the serialization /// |
entry | /// this provides configuration for the resulting XML /// | |
type | /// this is the map type that is to be converted /// | |
return | SimpleFramework.Xml.Strategy |
public Populate ( InputNode node, Object result ) : Object | ||
node | InputNode | /// this is the XML element that is to be deserialized /// |
result | Object | /// this is the map object that is to be populated /// |
return | Object |
public Read ( InputNode node ) : Object | ||
node | InputNode | /// this is the XML element that is to be deserialized /// |
return | Object |
public Read ( InputNode node, Object result ) : Object | ||
node | InputNode | /// this is the XML element that is to be deserialized /// |
result | Object | /// this is the map object that is to be populated /// |
return | Object |
public Validate ( InputNode node ) : bool | ||
node | InputNode | /// this is the XML element that is to be validate /// |
return | bool |
public Validate ( InputNode node, Class type ) : bool | ||
node | InputNode | /// this is the XML element that is to be validate /// |
type | Class | /// this is the type to validate the input node against /// |
return | bool |
public Write ( OutputNode node, Object source ) : void | ||
node | OutputNode | /// this is the node the map is to be written to /// |
source | Object | /// this is the source map that is to be written /// |
return | void |