public class IntraVmArtifact extends Object implements Externalizable
| Constructor and Description |
|---|
IntraVmArtifact() |
IntraVmArtifact(Object obj) |
IntraVmArtifact(Object obj,
boolean storeStatically) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
protected Object |
readResolve() |
void |
writeExternal(ObjectOutput out) |
public IntraVmArtifact(Object obj)
public IntraVmArtifact(Object obj, boolean storeStatically)
public IntraVmArtifact()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOExceptionprotected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.