메소드 | 설명 | |
---|---|---|
GetComposite ( Class expect ) : |
This will create a
|
|
GetDecorator ( Class type ) : Decorator |
This will acquire the
|
|
GetName ( Class type ) : String |
Extracts the
|
|
GetType ( Class type ) : |
This is used to acquire a type for the provided class. This will wrap the class in a
|
|
Read ( InputNode node, Class type ) : Object |
This
|
|
Read ( InputNode node, Class type, Object value ) : Object |
This
|
|
Read ( InputNode node, Object value ) : Object |
This
|
|
Traverser ( Context context ) : SimpleFramework.Xml.Strategy |
Constructor for the
|
|
Validate ( InputNode node, Class type ) : bool |
This
|
|
Write ( OutputNode node, Object source ) : void |
This
|
|
Write ( OutputNode node, Object source, Class expect ) : void |
This
|
|
Write ( OutputNode node, Object source, Class expect, String name ) : void |
This
|
public GetComposite ( Class expect ) : |
||
expect | Class | /// this is the XML schema class to be used /// |
리턴 |
public GetDecorator ( Class type ) : Decorator | ||
type | Class | /// this is the type to acquire the decorator for /// |
리턴 | Decorator |
public GetName ( Class type ) : String | ||
type | Class | /// this is the XML schema class to use /// |
리턴 | String |
public GetType ( Class type ) : |
||
type | Class | /// this is the type that is to be wrapped for use /// |
리턴 |
public Read ( InputNode node, Class type ) : Object | ||
node | InputNode | /// this is the node that is to be deserialized /// |
type | Class | /// this is the XML schema class to be used /// |
리턴 | Object |
public Read ( InputNode node, Class type, Object value ) : Object | ||
node | InputNode | /// this is the node that is to be deserialized /// |
type | Class | |
value | Object | /// this is the XML schema object to be used /// |
리턴 | Object |
public Read ( InputNode node, Object value ) : Object | ||
node | InputNode | /// this is the node that is to be deserialized /// |
value | Object | /// this is the value that is to be deserialized /// |
리턴 | Object |
public Traverser ( Context context ) : SimpleFramework.Xml.Strategy | ||
context | Context | /// the context object used for the traversal /// |
리턴 | SimpleFramework.Xml.Strategy |
public Validate ( InputNode node, Class type ) : bool | ||
node | InputNode | /// this provides the source of the XML document /// |
type | Class | /// this is the class type to be validated against XML /// |
리턴 | bool |
public Write ( OutputNode node, Object source ) : void | ||
node | OutputNode | |
source | Object | /// this is the object to be serialized to XML /// |
리턴 | void |
public Write ( OutputNode node, Object source, Class expect ) : void | ||
node | OutputNode | |
source | Object | /// this is the object to be serialized to XML /// |
expect | Class | /// this is the class that is expected to be written /// |
리턴 | void |
public Write ( OutputNode node, Object source, Class expect, String name ) : void | ||
node | OutputNode | |
source | Object | /// this is the object to be serialized to XML /// |
expect | Class | /// this is the class that is expected to be written /// |
name | String | /// this is the name of the root annotation used /// |
리턴 | void |