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 SourceFeatureStreamingContextState(Boolean)
Constructor
Declaration
public FeatureStreamingContextState(bool compactFeatures)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | compactFeatures |
Properties
| Improve this Doc View SourceCompactFeatures
Set to true to use compact feature notation
Declaration
public bool CompactFeatures { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
KnownFeatureKeys
A list of already serialized FeatureDescriptor keys
Declaration
public List<string> KnownFeatureKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| List<System.String> |