Decimal , Double , long types
mohammadrezaamiri opened this issue · 2 comments
mohammadrezaamiri commented
hi
I try to encrypt properties by integer types like long , decimal , double
but it didn't support
I myself use ConverterBuilder<TModelType>
to handle my need but it warned me that it is internal and maybe removed in future without any awareness.
what happened in future about this need ?
Eastrall commented
ConverterBuilder<TModelType>
might be removed in the future indeed. I am working on V4 on a code refactoring so adding types could be easier.
Primitive types is not in the library scope for V4, but might be for V5.
NorDroN commented
Any updates of this?