Skip to content

Instantly share code, notes, and snippets.

@jbogard
Created February 19, 2014 22:48
Show Gist options
  • Save jbogard/9103309 to your computer and use it in GitHub Desktop.
Save jbogard/9103309 to your computer and use it in GitHub Desktop.
public class EnumMapper : IObjectMapper
{
private static readonly INullableConverterFactory NullableConverterFactory =
PlatformAdapter.Resolve<INullableConverterFactory>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment