Interface ISerializerMetadata
Metadata for a serializer.
Namespace: Sartorius.SAF.Serialization
Assembly: Sartorius.SAF.dll
Syntax
public interface ISerializerMetadata
Properties
View SourcePriority
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 |