Method | Description | |
---|---|---|
IsReference ( ) : bool |
This is used to determine if the type is a reference type. A reference type is a type that does not require any XML deserialization based on its annotations. Values that are references could be substitutes objects or existing ones.
|
|
SetInstance ( Object Object ) : Object | ||
ValueInstance ( |
Constructor for the
|
public SetInstance ( Object Object ) : Object | ||
Object | Object | |
return | Object |
public ValueInstance ( |
||
creator | /// this is the instantiator used to create objects /// | |
value | Value | /// this is the value object that contains the data /// |
return | SimpleFramework.Xml.Strategy |