Method | Description | |
---|---|---|
CompositeList ( 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 CompositeList ( Context context, |
||
context | Context | /// this is the context object used for serialization /// |
type | /// this is the collection type for the list used /// | |
entry | /// the entry type to be stored within the list /// | |
name | String | |
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 collection 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 validated /// |
return | bool |
public Validate ( InputNode node, Class type ) : bool | ||
node | InputNode | /// this is the XML element that is to be validated /// |
type | Class | /// this is the type to validate against the input node /// |
return | bool |
public Write ( OutputNode node, Object source ) : void | ||
node | OutputNode | /// this is the XML element container to be populated /// |
source | Object | /// this is the source collection to be serialized /// |
return | void |