Exemplo n.º 1
0
 internal object DeserializeObjectProperty(ObjectProperty property, string rawValue)
 {
     return(serializer.DeserializeObjectProperty(property, rawValue));
 }