示例#1
0
 public CustomIonMapper(MapperTypes defaultMapperType)
 {
     this.DefaultMapper = IonMapperFactory.GetMapper(defaultMapperType);
     this.Mapper        = DefaultMapper.GetMapper();
 }
示例#2
0
 public static IIonMapper LOSSY()
 {
     return(IonMapperFactory.GetMapper(MapperTypes.LOSSY));
 }