Interface IArray2DSerializer
Interface for Eco.Core.Serialization.Serializers.Array2DSerializer`1 which allows to access type info without known generic type.
Namespace: Eco.Core.Serialization.Serializers
Assembly: Eco.Core.dll
Syntax
public interface IArray2DSerializer
Properties
ArrayType
Declaration
Type ArrayType { get; }
Property Value
Type | Description |
---|---|
System.Type |
ElementSerializer
Declaration
ISerializer ElementSerializer { get; }
Property Value
Type | Description |
---|---|
ISerializer |
ElementType
Declaration
Type ElementType { get; }
Property Value
Type | Description |
---|---|
System.Type |