C# (CSharp) IQObjectMapper Namespace

Nested Namespaces

IQObjectMapper.Impl
IQObjectMapper.Tests

Classes

Name Description
MapOptions The global options object. To override options for a specific instance, pass in an instance of this, e.g. var opts = new Options { ParseValues=true, IncludeProperties=false}; Anything not specified in the constructor will default to the overall default options defined in ObjectMapper.DefaultOptions