Show / Hide Table of Contents

Interface ISerializerMetadata

Metadata for a serializer.

Namespace: Sartorius.SAF.Serialization
Assembly: Sartorius.SAF.dll
Syntax
public interface ISerializerMetadata

Properties

View Source

Priority

Gets the priority of the serializer. The lower the number the higher the serializer is prioritized.

Declaration
int Priority { get; }
Property Value
Type Description
System.Int32

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)

See Also

ISerializer
SerializerExportAttribute
  • View Source
Back to top Generated by DocFX