Interface IValueSerializer
This interface helps to identify serializes which inherits from ValueSerializer<T> and get their ValueType.
Namespace: Eco.Core.Serialization.Serializers
Assembly: Eco.Core.dll
Syntax
public interface IValueSerializer
Properties
ValueType
Declaration
Type ValueType { get; }
Property Value
Type | Description |
---|---|
System.Type |