Class ReflectionStreamingSerializer<T>

java.lang.Object
se.l4.commons.serialization.internal.reflection.ReflectionStreamingSerializer<T>
Type Parameters:
T -
All Implemented Interfaces:
Serializer<T>, SerializerOrResolver<T>

public class ReflectionStreamingSerializer<T>
extends Object
implements Serializer<T>
Serializer that uses only fields or methods. Can fully stream the object.
Author:
Andreas Holstenson