Package com.fasterxml.jackson.datatype.hppc.ser
package com.fasterxml.jackson.datatype.hppc.ser
-
ClassesClassDescriptionBase class for various container (~= Collection) serializers.Helper class used for temporarily holding on toThe default implementation is not particularly efficient, as it outputs things as an arrays of boolean values.Byte containers are handled similar to byte[], meaning that they are actually serialized as base64-encoded Strings by defaultThis one is bit tricky: could serialize in multiple ways; for example: String that contains all characters (in order) Array that contains single-character Strings Array that contains numbers that represent character codes Let's start with the first optionHandler for HPPC containers that store int values.Note: this implementation does not yet properly handle all polymorphic cases