FSharpAux


RecordSchemaReader<'Schema>

Namespace: FSharpAux.IO
Parent Module: SchemaReader

Constructors

ConstructorDescription
new(typeConverter, verbose)
Signature: (typeConverter:(Type -> Converter) * verbose:bool option) -> RecordSchemaReader<'Schema>

CompiledName: .ctor

Instance members

Instance memberDescription
x.Convert(words)
Signature: words:SchemaValues -> 'Schema

Converts a input value map into the record type

x.ConvertExact(words)
Signature: words:SchemaValues -> 'Schema
x.GetSchema
Signature: SchemaItem []

Returns Schema as an array of SchemaItems

CompiledName: get_GetSchema

Fork me on GitHub