Interface IObjectOutput
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html
public interface IObjectOutput
Methods
Close()
void Close()
Exceptions
Flush()
void Flush()
Exceptions
Write(byte[])
void Write(byte[] arg0)
Parameters
Exceptions
Write(byte[], int, int)
void Write(byte[] arg0, int arg1, int arg2)
Parameters
Exceptions
Write(int)
void Write(int arg0)
Parameters
Exceptions
WriteObject(object)
void WriteObject(object arg0)