Method | Description | |
---|---|---|
AnnotationStrategy ( ) : SimpleFramework.Xml.Strategy |
Constructor for the
|
|
AnnotationStrategy ( Strategy strategy ) : SimpleFramework.Xml.Strategy |
Constructor for the
|
|
IsReference ( Value value ) : bool |
This is used to determine if the
|
|
Read ( |
This is used to read the
|
|
Read ( |
This is used to read the
|
|
Write ( |
This is used to serialize a representation of the object value provided. If there is a
|
|
Write ( |
This is used to serialize a representation of the object value provided. If there is a
|
public AnnotationStrategy ( ) : SimpleFramework.Xml.Strategy | ||
return | SimpleFramework.Xml.Strategy |
public AnnotationStrategy ( Strategy strategy ) : SimpleFramework.Xml.Strategy | ||
strategy | Strategy | /// the internal strategy to delegate to /// |
return | SimpleFramework.Xml.Strategy |
public IsReference ( Value value ) : bool | ||
value | Value | /// this is the value instance to be evaluated /// |
return | bool |
public Read ( |
||
type | /// this is the type that represents a method or field /// | |
node | NodeMap |
/// this is the node representing the XML element /// |
map | Dictionary | /// this is the session map that contain variables /// |
return | Value |
public Read ( |
||
type | /// this is the type that represents a method or field /// | |
node | NodeMap |
/// this is the node representing the XML element /// |
value | Value | /// this is the value from the internal strategy /// |
return | Value |
public Write ( |
||
type | /// this is the type that represents the field or method /// | |
value | Object | /// this is the object instance to be serialized /// |
node | NodeMap |
/// this is the XML element to be serialized to /// |
return | bool |
public Write ( |
||
type | /// this is the type that represents the field or method /// | |
value | Object | /// this is the object instance to be serialized /// |
node | NodeMap |
/// this is the XML element to be serialized to /// |
map | Dictionary | /// this is the session map used by the serializer /// |
return | bool |