Table of Contents

Interface IFeatureSetSerializer

Namespace
NLightning.Infrastructure.Serialization.Interfaces
Assembly
NLightning.Infrastructure.Serialization.dll
public interface IFeatureSetSerializer

Methods

DeserializeAsync(Stream, bool)

Task<FeatureSet> DeserializeAsync(Stream stream, bool includeLength = true)

Parameters

stream Stream
includeLength bool

Returns

Task<FeatureSet>

SerializeAsync(FeatureSet, Stream, bool, bool)

Task SerializeAsync(FeatureSet featureSet, Stream stream, bool asGlobal = false, bool includeLength = true)

Parameters

featureSet FeatureSet
stream Stream
asGlobal bool
includeLength bool

Returns

Task