Delegate AlgoApiField<TAlgoApiObject>.JsonDeserializer
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public delegate void JsonDeserializer(ref TAlgoApiObject obj, ref JsonReader reader);
Parameters
| Type | Name | Description |
|---|---|---|
| TAlgoApiObject | obj | |
| JsonReader | reader |