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
Returns
SerializeAsync(FeatureSet, Stream, bool, bool)
Task SerializeAsync(FeatureSet featureSet, Stream stream, bool asGlobal = false, bool includeLength = true)
Parameters
featureSet
FeatureSetstream
StreamasGlobal
boolincludeLength
bool