Uses of Class
org.asnlab.asndt.runtime.conv.RealConverter
Packages that use RealConverter
Package
Description
This package contains the AsnConverters which are resposible for converting object to ASN.1 runtime standard values.
-
Uses of RealConverter in org.asnlab.asndt.runtime.conv
Subclasses of RealConverter in org.asnlab.asndt.runtime.convModifier and TypeClassDescriptionclass
TheBigDecimalConverter
can convert real value object to/from BigDecimal value.class
TheDoubleConverter
can convert real value object to/from double value.class
TheFloatConverter
can convert REAL value object to/from float value.