[]
Deserializes the specified basic object saved with DefaultSerializeProp and returns the value.
public static object DefaultDeserializeProp(object prop, object o)
Public Shared Function DefaultDeserializeProp(prop As Object, o As Object) As Object
Type | Name | Description |
---|---|---|
object | prop | Current value of property |
object | o | String name of the object to deserialize |
Type | Description |
---|---|
object |