16 references to RegisterSimpleCodec
Microsoft.ML.Data (16)
DataLoadSave\Binary\CodecFactory.cs (16)
48RegisterSimpleCodec(new UnsafeTypeCodec<sbyte>(this)); 49RegisterSimpleCodec(new UnsafeTypeCodec<byte>(this)); 50RegisterSimpleCodec(new UnsafeTypeCodec<short>(this)); 51RegisterSimpleCodec(new UnsafeTypeCodec<ushort>(this)); 52RegisterSimpleCodec(new UnsafeTypeCodec<int>(this)); 53RegisterSimpleCodec(new UnsafeTypeCodec<uint>(this)); 54RegisterSimpleCodec(new UnsafeTypeCodec<long>(this)); 55RegisterSimpleCodec(new UnsafeTypeCodec<ulong>(this)); 56RegisterSimpleCodec(new UnsafeTypeCodec<float>(this)); 57RegisterSimpleCodec(new UnsafeTypeCodec<double>(this)); 58RegisterSimpleCodec(new UnsafeTypeCodec<TimeSpan>(this)); 59RegisterSimpleCodec(new TextCodec(this)); 60RegisterSimpleCodec(new BoolCodec(this)); 61RegisterSimpleCodec(new DateTimeCodec(this)); 62RegisterSimpleCodec(new DateTimeOffsetCodec(this)); 63RegisterSimpleCodec(new UnsafeTypeCodec<DataViewRowId>(this));