메소드 | 설명 | |
---|---|---|
Adapter ( Converter reader, Object value ) : SimpleFramework.Xml.Strategy |
Constructor for the
|
|
Read ( InputNode node ) : Object |
This
|
|
Read ( InputNode node, Object value ) : Object |
This
|
|
Validate ( InputNode node ) : bool |
This
|
|
Write ( OutputNode node, Object value ) : void |
This
|
public Adapter ( Converter reader, Object value ) : SimpleFramework.Xml.Strategy | ||
reader | Converter | /// this is the converter object to be used /// |
value | Object | /// this is the originally deserialized object /// |
리턴 | SimpleFramework.Xml.Strategy |
public Read ( InputNode node ) : Object | ||
node | InputNode | /// this is the node that contains the extra data /// |
리턴 | Object |
public Read ( InputNode node, Object value ) : Object | ||
node | InputNode | /// this is the node that contains the extra data /// |
value | Object | |
리턴 | Object |
public Validate ( InputNode node ) : bool | ||
node | InputNode | /// this is the node that contains the extra data /// |
리턴 | bool |
public Write ( OutputNode node, Object value ) : void | ||
node | OutputNode | /// this is the node to write the data to /// |
value | Object | /// this is the source object to be written /// |
리턴 | void |