Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DJsonValueSerializer.java480 …public void writeCustomTypeSuffixForObject(Object value, JsonGenerator gen, String typeId) throws … in writeCustomTypeSuffixForObject() method in JsonValueSerializer.TypeSerializerRerouter
481 _typeSerializer.writeCustomTypeSuffixForObject(_forObject, gen, typeId); in writeCustomTypeSuffixForObject()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DTypeSerializer.java332 …public void writeCustomTypeSuffixForObject(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypeSuffixForObject() method in TypeSerializer