Header menu logo CodecMapper

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

import options

Full Usage: import options

Parameters:
Returns: Schema<'T>

Imports a `Schema<'T>` from a `[DataContract]` CLR type.

options : BridgeOptions
Returns: Schema<'T>

Type something to start searching.