Method | Description | |
---|---|---|
GetInstance ( Class type ) : Object | ||
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. Types that are references could be substitutes objects are existing ones.
|
|
ObjectInstance ( Context context, Value value ) : SimpleFramework.Xml.Strategy |
Constructor for the
|
|
SetInstance ( Object Object ) : Object |
This method is used acquire the value from the type and if possible replace the value for the type. If the value can not be replaced then an exception should be thrown. This is used to allow primitives to be inserted into a graph.
|
public GetInstance ( Class type ) : Object | ||
type | Class | /// this is the type that is to be instantiated /// |
return | Object |
public ObjectInstance ( Context context, Value value ) : SimpleFramework.Xml.Strategy | ||
context | Context | /// this is used to instantiate the object /// |
value | Value | /// this is the value describing the instance /// |
return | SimpleFramework.Xml.Strategy |
public SetInstance ( Object Object ) : Object | ||
Object | Object | |
return | Object |