Uses of Interface
se.l4.commons.serialization.format.StreamingOutput
-
Uses of StreamingOutput in se.l4.commons.serialization
Methods in se.l4.commons.serialization with parameters of type StreamingOutput Modifier and Type Method Description voidSerializer. write(T object, String name, StreamingOutput out)Write and object to the specified stream. -
Uses of StreamingOutput in se.l4.commons.serialization.collections
Methods in se.l4.commons.serialization.collections with parameters of type StreamingOutput Modifier and Type Method Description voidArraySerializer. write(Object object, String name, StreamingOutput stream)voidListSerializer. write(List<T> object, String name, StreamingOutput stream)voidMapAsObjectSerializer. write(Map<String,V> object, String name, StreamingOutput stream)voidSetSerializer. write(Set<T> object, String name, StreamingOutput stream) -
Uses of StreamingOutput in se.l4.commons.serialization.collections.array
Methods in se.l4.commons.serialization.collections.array with parameters of type StreamingOutput Modifier and Type Method Description voidBooleanArraySerializer. write(boolean[] object, String name, StreamingOutput out)voidCharArraySerializer. write(char[] object, String name, StreamingOutput out)voidDoubleArraySerializer. write(double[] object, String name, StreamingOutput out)voidFloatArraySerializer. write(float[] object, String name, StreamingOutput out)voidIntArraySerializer. write(int[] object, String name, StreamingOutput out)voidLongArraySerializer. write(long[] object, String name, StreamingOutput out)voidShortArraySerializer. write(short[] object, String name, StreamingOutput out) -
Uses of StreamingOutput in se.l4.commons.serialization.enums
Methods in se.l4.commons.serialization.enums with parameters of type StreamingOutput Modifier and Type Method Description voidEnumSerializer. write(T object, String name, StreamingOutput stream) -
Uses of StreamingOutput in se.l4.commons.serialization.format
Classes in se.l4.commons.serialization.format that implement StreamingOutput Modifier and Type Class Description classBinaryOutputOutput for custom binary format.classJsonOutputStreamer that outputs JSON. -
Uses of StreamingOutput in se.l4.commons.serialization.internal
Methods in se.l4.commons.serialization.internal with parameters of type StreamingOutput Modifier and Type Method Description voidDelayedSerializer. write(T object, String name, StreamingOutput stream) -
Uses of StreamingOutput in se.l4.commons.serialization.internal.reflection
Methods in se.l4.commons.serialization.internal.reflection with parameters of type StreamingOutput Modifier and Type Method Description voidFieldDefinition. write(Object target, StreamingOutput stream)voidReflectionNonStreamingSerializer. write(T object, String name, StreamingOutput stream)voidReflectionOnlySingleFactorySerializer. write(T object, String name, StreamingOutput stream)voidReflectionStreamingSerializer. write(T object, String name, StreamingOutput stream) -
Uses of StreamingOutput in se.l4.commons.serialization.standard
Methods in se.l4.commons.serialization.standard with parameters of type StreamingOutput Modifier and Type Method Description voidBooleanSerializer. write(Boolean object, String name, StreamingOutput stream)voidByteArraySerializer. write(byte[] object, String name, StreamingOutput stream)voidByteSerializer. write(Byte object, String name, StreamingOutput stream)voidCharacterSerializer. write(Character object, String name, StreamingOutput stream)voidCompactDynamicSerializer. write(Object object, String name, StreamingOutput stream)voidDoubleSerializer. write(Double object, String name, StreamingOutput stream)voidDynamicSerializer. write(Object object, String name, StreamingOutput stream)voidFloatSerializer. write(Float object, String name, StreamingOutput stream)voidIntSerializer. write(Integer object, String name, StreamingOutput stream)voidLongSerializer. write(Long object, String name, StreamingOutput stream)voidOptionalSerializer. write(Optional<T> object, String name, StreamingOutput stream)voidShortSerializer. write(Short object, String name, StreamingOutput stream)voidSimpleTypeSerializer. write(Object object, String name, StreamingOutput stream)voidStringSerializer. write(String object, String name, StreamingOutput stream)voidUuidSerializer. write(UUID object, String name, StreamingOutput stream)