DataContracts Module
Imports schemas from `[DataContract]` / `[DataMember]` CLR types. This is the strictest import path: when `[DataContract]` is present, only `[DataMember]` properties are considered part of the wire contract.
Functions and values
| Function or value |
Description
|
|
Imports a `Schema<'T>` from a `[DataContract]` CLR type.
|
CodecMapper