internal object DeserializeObjectProperty(ObjectProperty property, string rawValue) { return(serializer.DeserializeObjectProperty(property, rawValue)); }