Home
last modified time | relevance | path

Searched refs:writeCustomTypePrefixForArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
H A DJsonValueSerializer.java468 …public void writeCustomTypePrefixForArray(Object value, JsonGenerator gen, String typeId) throws I… in writeCustomTypePrefixForArray() method in JsonValueSerializer.TypeSerializerRerouter
469 _typeSerializer.writeCustomTypePrefixForArray(_forObject, gen, typeId); in writeCustomTypePrefixForArray()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
H A DTypeSerializer.java316 …public void writeCustomTypePrefixForArray(Object value, JsonGenerator g, String typeId) throws IOE… in writeCustomTypePrefixForArray() method in TypeSerializer