Immutable (original) (raw)

Mapster.Immutable

Immutable collection supports

Install

PM> Install-Package Mapster.Immutable

Usage

Call EnableImmutableMapping from your TypeAdapterConfig to enable Immutable collection.

TypeAdapterConfig.GlobalSettings.EnableImmutableMapping();

or

config.EnableImmutableMapping();

This will allow mapping to

Add a custom footer