terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteJson()

override void Newtonsoft.Json.Converters.BinaryConverter.WriteJson ( JsonWriter writer,
object value,
JsonSerializer serializer )
inline

Definition at line 14 of file BinaryConverter.cs.

15 {
16 if (value != null)
17 {
18 byte[] byteArray = this.GetByteArray(value);
19 return;
20 }
21 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Converters.BinaryConverter.GetByteArray(), j__TPar, and System.value.