Home
last modified time | relevance | path

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

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