4 using System.Collections.Generic;
8 namespace SiliconStudio.TextureConverter
10 internal abstract class IRequest
18 public abstract RequestType
Type {
get; }
The type of the serialized type will be passed as a generic arguments of the serializer. Example: serializer of A becomes instantiated as Serializer{A}.