public Read ( InputNode node ) : Object | ||
node | InputNode | /// this is the node to be converted to a primitive /// |
Résultat | Object |
read
method will extract the text value from the node and replace any template variables before converting it to a primitive value. This uses the Context
object used for this instance of serialization to replace all template variables with values from the context filter. public Read ( InputNode node ) : Object | ||
node | InputNode | /// this is the node to be converted to a primitive /// |
Résultat | Object |