com.eruces.teagent.ISerialize
The ISerialize class is
Inheritance
- Inherits com.eruces.teagent.IConnection
- Inherited by com.eruces.teagent.CommPackage
- Inherited by com.eruces.teagent.PAny
- Inherited by com.eruces.teagent.PList
- Inherited by com.eruces.teagent.PersistantObject
Protected Member Functions
| Member | Description |
|---|---|
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
| Member | Description |
|---|---|
void marshal(TEAgentConnection conn) | |
void unmarshal(TEAgentConnection conn) |