Table of Contents

Interface IExternalizable

Namespace
Java.Io
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Externalizable.html

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