MemberSerialization
Specifies the member serialization options for the JsonSerializer.
namespace Newtonsoft.Json
{
public enum MemberSerialization
{
OptOut,
OptIn,
Fields
}
}