Uses of Interface
se.l4.commons.serialization.format.StreamingInput
-
Uses of StreamingInput in se.l4.commons.serialization
Methods in se.l4.commons.serialization with parameters of type StreamingInput Modifier and Type Method Description TSerializer. read(StreamingInput in)Read an object from the specified stream. -
Uses of StreamingInput in se.l4.commons.serialization.collections
Methods in se.l4.commons.serialization.collections with parameters of type StreamingInput Modifier and Type Method Description ObjectArraySerializer. read(StreamingInput in)List<T>ListSerializer. read(StreamingInput in)Map<String,V>MapAsObjectSerializer. read(StreamingInput in)Set<T>SetSerializer. read(StreamingInput in) -
Uses of StreamingInput in se.l4.commons.serialization.collections.array
Methods in se.l4.commons.serialization.collections.array with parameters of type StreamingInput Modifier and Type Method Description boolean[]BooleanArraySerializer. read(StreamingInput in)char[]CharArraySerializer. read(StreamingInput in)double[]DoubleArraySerializer. read(StreamingInput in)float[]FloatArraySerializer. read(StreamingInput in)int[]IntArraySerializer. read(StreamingInput in)long[]LongArraySerializer. read(StreamingInput in)short[]ShortArraySerializer. read(StreamingInput in) -
Uses of StreamingInput in se.l4.commons.serialization.enums
Methods in se.l4.commons.serialization.enums with parameters of type StreamingInput Modifier and Type Method Description TEnumSerializer. read(StreamingInput in) -
Uses of StreamingInput in se.l4.commons.serialization.format
Classes in se.l4.commons.serialization.format that implement StreamingInput Modifier and Type Class Description classAbstractStreamingInputAbstract implementation ofStreamingInputto simplify common operations such as peeking and value setting.classBinaryInputInput for binary format.classJsonInputInput for JSON. -
Uses of StreamingInput in se.l4.commons.serialization.internal
Methods in se.l4.commons.serialization.internal with parameters of type StreamingInput Modifier and Type Method Description TDelayedSerializer. read(StreamingInput in) -
Uses of StreamingInput in se.l4.commons.serialization.internal.reflection
Methods in se.l4.commons.serialization.internal.reflection with parameters of type StreamingInput Modifier and Type Method Description voidFieldDefinition. read(Object target, StreamingInput in)ObjectFieldDefinition. read(StreamingInput in)TReflectionNonStreamingSerializer. read(StreamingInput in)TReflectionOnlySingleFactorySerializer. read(StreamingInput in)TReflectionStreamingSerializer. read(StreamingInput in) -
Uses of StreamingInput in se.l4.commons.serialization.standard
Methods in se.l4.commons.serialization.standard with parameters of type StreamingInput Modifier and Type Method Description BooleanBooleanSerializer. read(StreamingInput in)byte[]ByteArraySerializer. read(StreamingInput in)ByteByteSerializer. read(StreamingInput in)CharacterCharacterSerializer. read(StreamingInput in)ObjectCompactDynamicSerializer. read(StreamingInput in)DoubleDoubleSerializer. read(StreamingInput in)ObjectDynamicSerializer. read(StreamingInput in)FloatFloatSerializer. read(StreamingInput in)IntegerIntSerializer. read(StreamingInput in)LongLongSerializer. read(StreamingInput in)Optional<T>OptionalSerializer. read(StreamingInput in)ShortShortSerializer. read(StreamingInput in)ObjectSimpleTypeSerializer. read(StreamingInput in)StringStringSerializer. read(StreamingInput in)UUIDUuidSerializer. read(StreamingInput in)