Class GlobalArchiveOption
- Namespace
- Fluxzy
- Assembly
- Fluxzy.Core.dll
Provide serialization settings for producing default archive format
public static class GlobalArchiveOption
- Inheritance
-
GlobalArchiveOption
- Inherited Members
Properties
ConfigSerializerOptions
STJ default archive option for configuration file
public static JsonSerializerOptions ConfigSerializerOptions { get; }
Property Value
DefaultSerializerOptions
STJ default archive option
public static JsonSerializerOptions DefaultSerializerOptions { get; }
Property Value
HttpArchiveSerializerOptions
HAR STJ archiving option, used by Har Packager
public static JsonSerializerOptions HttpArchiveSerializerOptions { get; }
Property Value
MessagePackSerializerOptions
Storage serializer
public static MessagePackSerializerOptions MessagePackSerializerOptions { get; }
Property Value
- MessagePackSerializerOptions