LeviLamina
Loading...
Searching...
No Matches
JSONSchemaOutput.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cereal {
6
7enum class JSONSchemaOutput : uchar {
8 Exclude = 0,
9 Include = 1,
10};
11
12}