public CustomIonMapper(MapperTypes defaultMapperType) { this.DefaultMapper = IonMapperFactory.GetMapper(defaultMapperType); this.Mapper = DefaultMapper.GetMapper(); }
public static IIonMapper LOSSY() { return(IonMapperFactory.GetMapper(MapperTypes.LOSSY)); }