Method | Description | |
---|---|---|
IsReference ( Value value ) : bool |
This is used to determine if the
|
|
Lookup ( Type type, Object value ) : Converter |
This is used to acquire a
|
|
Lookup ( Type type, Value value ) : Converter |
This is used to acquire a
|
|
Read ( Type type, NodeMap node, SimpleFramework.Xml.Util.Dictionary map ) : Value |
This is used to read the
|
|
Read ( Type type, NodeMap node, Value value ) : Value |
This is used to read the
|
|
RegistryStrategy ( |
Constructor for the
|
|
RegistryStrategy ( |
Constructor for the
|
|
Write ( Type type, Object value, NodeMap node ) : bool |
This is used to serialize a representation of the object value provided. If there is a
|
|
Write ( Type type, Object value, NodeMap node, SimpleFramework.Xml.Util.Dictionary map ) : bool |
This is used to serialize a representation of the object value provided. If there is a
|
public IsReference ( Value value ) : bool | ||
value | Value | /// this is the value instance to be evaluated /// |
return | bool |
public Lookup ( Type type, Object value ) : Converter | ||
type | Type | /// this is the type representing the field or method /// |
value | Object | /// this is the value that is to be serialized /// |
return | Converter |
public Lookup ( Type type, Value value ) : Converter | ||
type | Type | /// this is the type representing the field or method /// |
value | Value | /// this is the value that is to be serialized /// |
return | Converter |
public Read ( Type type, NodeMap node, SimpleFramework.Xml.Util.Dictionary map ) : Value | ||
type | Type | /// this is the type that represents a method or field /// |
node | NodeMap | /// this is the node representing the XML element /// |
map | SimpleFramework.Xml.Util.Dictionary | /// this is the session map that contain variables /// |
return | Value |
public Read ( Type type, NodeMap node, Value value ) : Value | ||
type | 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 RegistryStrategy ( |
||
registry | /// this is the registry instance with bindings /// | |
return | SimpleFramework.Xml.Strategy |
public RegistryStrategy ( |
||
registry | /// this is the registry instance with bindings /// | |
strategy | Strategy | /// this is the strategy to delegate to /// |
return | SimpleFramework.Xml.Strategy |
public Write ( Type type, Object value, NodeMap node ) : bool | ||
type | 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 type, Object value, NodeMap node, SimpleFramework.Xml.Util.Dictionary map ) : bool | ||
type | 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 | SimpleFramework.Xml.Util.Dictionary | /// this is the session map used by the serializer /// |
return | bool |