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