Package com.redhat.ceylon.compiler.java.runtime.serialization

Examples of com.redhat.ceylon.compiler.java.runtime.serialization.SerializationContextImpl


@Method
public class serialization_ {
    private serialization_(){}
   
    public static SerializationContext serialization() {
        return new SerializationContextImpl();
    }
View Full Code Here

TOP

Related Classes of com.redhat.ceylon.compiler.java.runtime.serialization.SerializationContextImpl

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.