Class ReflectionNonStreamingSerializer<T>

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

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