Property | Type | Description |
---|
Method | Description | |
---|---|---|
ArrayFactory ( Context context, |
Constructor for the
|
|
GetInstance ( InputNode node ) : Instance | ||
GetInstance ( Value value, Class type ) : Instance |
Creates the array type to use. This will use the provided XML element to determine the array type and provide a means for creating an array with the
|
public ArrayFactory ( Context context, |
||
context | Context | /// this is the context object for serialization /// |
type | /// the array component type for the field object /// | |
return | SimpleFramework.Xml.Strategy |
public GetInstance ( InputNode node ) : Instance | ||
node | InputNode | /// this is the input node for the array element /// |
return | Instance |
public GetInstance ( Value value, Class type ) : Instance | ||
value | Value | /// this is the type object with the array details /// |
type | Class | /// this is the entry type for the array instance /// |
return | Instance |