Searched refs:writeCustomTypeSuffixForObject (Results 1 – 2 of 2) sorted by relevance
480 …public void writeCustomTypeSuffixForObject(Object value, JsonGenerator gen, String typeId) throws … in writeCustomTypeSuffixForObject() method in JsonValueSerializer.TypeSerializerRerouter481 _typeSerializer.writeCustomTypeSuffixForObject(_forObject, gen, typeId); in writeCustomTypeSuffixForObject()
332 …public void writeCustomTypeSuffixForObject(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypeSuffixForObject() method in TypeSerializer