Skip to main content

com.eruces.teagent.ISerialize

The ISerialize class is an IConnection that can marshal and unmarshal its own state over the connection.

Since: 1.0

© Pi Soft, 2018-2026 · Tricryption Engine 8.1

Inheritance

Protected Member Functions

MemberDescription
abstract void marshal()
abstract void unmarshal()
void marshal(byte nData)
void marshal(short nData)
void marshal(int nData)
void marshal(long nData)
void marshal(byte[] byteData)
byte unmarshalByte()
int unmarshalInt()
long unmarshalLong()
short unmarshalShort()
byte[] unmarshalBytes()

Public Member Functions

MemberDescription
void marshal(TEAgentConnection conn)
void unmarshal(TEAgentConnection conn)