Package com.jsoniter.extra
-
Interface Summary Interface Description NamingStrategySupport.NamingStrategy -
Class Summary Class Description Base64 A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.
On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared tosun.misc.Encoder()/Decoder()
.
On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for decoding large arrays.Base64FloatSupport encode float/double as base64, faster than PreciseFloatSupportBase64Support byte[] <=> base64GsonCompatibilityMode GsonCompatibilityMode.Builder JacksonCompatibilityMode JacksonCompatibilityMode.Builder JdkDatetimeSupport there is no official way to encode/decode datetime, this is just an option for youNamingStrategySupport PreciseFloatSupport default float/double encoding will keep 6 decimal places enable precise encoding will use JDK toString to be precise