Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DJsonValueSerializer.java486 …public void writeCustomTypeSuffixForArray(Object value, JsonGenerator gen, String typeId) throws I… in writeCustomTypeSuffixForArray() method in JsonValueSerializer.TypeSerializerRerouter
487 _typeSerializer.writeCustomTypeSuffixForArray(_forObject, gen, typeId); in writeCustomTypeSuffixForArray()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DTypeSerializer.java340 …public void writeCustomTypeSuffixForArray(Object value, JsonGenerator g, String typeId) throws IOE… in writeCustomTypeSuffixForArray() method in TypeSerializer