'Declaration Public Function Deserialize( _
ByVal jsonObjectJSON object that represents serialized annotation collection or annotation.As String _
) As Object
public object Deserialize(
string jsonObject
)
public: object* Deserialize(
string* jsonObject
)
public:
object^ Deserialize(
string^ jsonObject
)
Parameters
- jsonObject
- JSON object that represents serialized annotation collection or annotation.
Return Value
Deserialized annotation collection or annotation.