Examples of URLSerializer


Examples of org.jasig.cas.ticket.registry.support.kryo.serial.URLSerializer

        kryo.register(SimpleWebApplicationServiceImpl.class, new SimpleWebApplicationServiceSerializer(kryo));
        kryo.register(ThrottledUseAndTimeoutExpirationPolicy.class);
        kryo.register(TicketGrantingTicketExpirationPolicy.class);
        kryo.register(TicketGrantingTicketImpl.class);
        kryo.register(TimeoutExpirationPolicy.class);
        kryo.register(URL.class, new URLSerializer(kryo));
        kryo.register(RegisteredServiceImpl.class, new RegisteredServiceSerializer(kryo));
        kryo.register(RegexRegisteredService.class, new RegisteredServiceSerializer(kryo));

        // Register other types
        if (serializerMap != null) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.