• Marvin S. Addison's avatar
    CAS-1116 · 4eef2e15
    Marvin S. Addison authored
    Add KryoTranscoder component that uses Kryo serialization framework
    to marshal objects to bytes for storage in memcached.
    Add type-specific Kryo serializers for efficiency and proper handling of
    unmodifiable collections that are commonly used in CAS ticket types.
    The Kryo FieldSerializer class that handles complex types by default
    proved incapable of dealing with unmodiable collections in testing.
    4eef2e15