Table of Contents

Interface IExternalizable

Namespace
Java.Io
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IExternalizable : ISerializable

Methods

ReadExternal(ObjectInput)

void ReadExternal(ObjectInput arg0)

Parameters

arg0 ObjectInput

ObjectInput

Exceptions

IOException
ClassNotFoundException

WriteExternal(ObjectOutput)

void WriteExternal(ObjectOutput arg0)

Parameters

arg0 ObjectOutput

ObjectOutput

Exceptions

IOException