Searched refs:writeCustomTypePrefixForArray (Results 1 – 2 of 2) sorted by relevance
468 …public void writeCustomTypePrefixForArray(Object value, JsonGenerator gen, String typeId) throws I… in writeCustomTypePrefixForArray() method in JsonValueSerializer.TypeSerializerRerouter469 _typeSerializer.writeCustomTypePrefixForArray(_forObject, gen, typeId); in writeCustomTypePrefixForArray()
316 …public void writeCustomTypePrefixForArray(Object value, JsonGenerator g, String typeId) throws IOE… in writeCustomTypePrefixForArray() method in TypeSerializer