Package com.thoughtworks.xstream.core.util

Examples of com.thoughtworks.xstream.core.util.SelfStreamingInstanceChecker


        if (JVM.loadClassForName("javax.xml.datatype.Duration") != null) {
            registerConverterDynamically("com.thoughtworks.xstream.converters.extended.DurationConverter",
                PRIORITY_NORMAL, null, null);
        }

        registerConverter(new SelfStreamingInstanceChecker(converterLookup, this), PRIORITY_NORMAL);
    }
View Full Code Here

TOP

Related Classes of com.thoughtworks.xstream.core.util.SelfStreamingInstanceChecker

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.