Interface ISerializationSchema<T>
Serialization schema with special property attributes of type T
.
public interface ISerializationSchema<T>
Type Parameters
T
- Extension Methods
Methods
GetAttributes(Type, string)
Return property attributes.
T GetAttributes(Type declType, string name)
Parameters
Returns
- T