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