Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SerializationContext.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
16{
17 proto external bool CanSeekMembers();
18 proto external bool IsValid();
19 proto external string GetDataExtension();
24 proto external void ConfigureTypeDiscriminator(string fieldName = "$type");
29 proto external bool EnableTypeDiscriminator(bool enabled);
31 proto external bool IsTypeDiscriminatorEnabled();
33 proto external void Reset();
35 proto bool StartMap(string name, out int count);
36 proto external bool EndMap();
38 proto bool StartArray(string name, out int count);
39 proto external bool EndArray();
41 proto external bool StartObject(string name = string.Empty);
42 proto external bool EndObject();
43}
44
void Reset()