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