Package com.ovea.jetty.session.serializer.jboss.serial.classmetamodel

Examples of com.ovea.jetty.session.serializer.jboss.serial.classmetamodel.DefaultClassDescriptorStrategy


        this.cache = new ObjectsCache(substitution,
                loader,
                safeToReuse,
                checkSerializable,
                null,
                new DefaultClassDescriptorStrategy(),
                new DefaultObjectDescriptorStrategy());
    }
View Full Code Here


        this.cache = new ObjectsCache(substitution,
                loader,
                safeToReuse,
                checkSerializable,
                buffer,
                new DefaultClassDescriptorStrategy(),
                new DefaultObjectDescriptorStrategy());
    }
View Full Code Here

TOP

Related Classes of com.ovea.jetty.session.serializer.jboss.serial.classmetamodel.DefaultClassDescriptorStrategy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.