コード例 #1
0
 public CustomIonMapper(MapperTypes defaultMapperType)
 {
     this.DefaultMapper = IonMapperFactory.GetMapper(defaultMapperType);
     this.Mapper        = DefaultMapper.GetMapper();
 }
コード例 #2
0
ファイル: IonMapper.cs プロジェクト: R-maan/IonMapper
 public static IIonMapper LOSSY()
 {
     return(IonMapperFactory.GetMapper(MapperTypes.LOSSY));
 }