Fleece


Codec<'S1, 'S2, 't1, 't2> Type

Namespace: Fleece

Assembly: Fleece.FSharpData.dll

Parent Module: FSharpData

Abbreviation For: Decoder<'S1, 't1> * Encoder<'S2, 't2>

Base Type: obj

A decoder from raw type 'S1 and encoder to raw type 'S2 for string types 't1 and 't2.

Instance members

Instance member Description

this.Item1

Full Usage: this.Item1

Returns: Decoder<'S1, 't1>

Returns: Decoder<'S1, 't1>

this.Item2

Full Usage: this.Item2

Returns: Encoder<'S2, 't2>

Returns: Encoder<'S2, 't2>