Show / Hide Table of Contents

Class FeatureStreamingContextState

SerializationContext for serializing SigStat objects

Inheritance
System.Object
FeatureStreamingContextState
Namespace: SigStat.Common.Helpers.Serialization
Assembly: SigStat.Common.dll
Syntax
public class FeatureStreamingContextState : object

Constructors

| Improve this Doc View Source

FeatureStreamingContextState(Boolean)

Constructor

Declaration
public FeatureStreamingContextState(bool compactFeatures)
Parameters
Type Name Description
System.Boolean compactFeatures

Properties

| Improve this Doc View Source

CompactFeatures

Set to true to use compact feature notation

Declaration
public bool CompactFeatures { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

KnownFeatureKeys

A list of already serialized FeatureDescriptor keys

Declaration
public List<string> KnownFeatureKeys { get; set; }
Property Value
Type Description
List<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX