public final class SerializableIr
extends java.lang.Object
implements java.io.Serializable
Ir
that fulfils Java's Serializable
contract.Modifier and Type | Method and Description |
---|---|
static SerializableIr |
fromIr(Ir ir)
Creates a new instance from
ir . |
Ir |
ir()
Returns the underlying
Ir . |
public static SerializableIr fromIr(Ir ir)
ir
.ir
- the Ir
to create the instance fromSerializableIr
that contains ir
public Ir ir()
Ir
.
Modifications made to the returned value, such as through Ir.addMessage(long, List)
,
will be reflected in this instance.
Ir