All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redhat.ceylon.compiler.java.runtime.serialization.$Serialization$ Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.redhat.ceylon.compiler.java.runtime.serialization;

/**
 * 

We need to be able to instantiate serializable classes bypassing their * normal constructor. To do this the compiler creates a constructor * with a unique signature (and one which is not denoteable in Ceylon): * {@code ($Serialization$), ...} * (where ... means some number of {code TypeDescriptor}s)

* *

These constructors are always invoked with a null first argument.

*/ public final class $Serialization$ { private $Serialization$() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy