|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.driver.protocol.SQLDataSerialization.Serializer
org.objectweb.cjdbc.driver.protocol.SQLDataSerialization.BytesSerializer
| Field Summary |
| Fields inherited from class org.objectweb.cjdbc.driver.protocol.SQLDataSerialization.Serializer |
typeTag |
| Constructor Summary | |
private |
SQLDataSerialization.BytesSerializer()
|
| Method Summary | |
java.lang.Object |
receiveFromStream(CJDBCInputStream input)
De-serialize an object from the stream Warning: the caller must ensure that Serializer subtype and the incoming object are compatible. |
void |
sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
Serialize the object to the stream. |
| Methods inherited from class org.objectweb.cjdbc.driver.protocol.SQLDataSerialization.Serializer |
getTypeTag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
private SQLDataSerialization.BytesSerializer()
| Method Detail |
public void sendToStream(java.lang.Object obj,
CJDBCOutputStream output)
throws java.io.IOException
SQLDataSerialization.Serializer
sendToStream in class SQLDataSerialization.Serializerobj - object to sendoutput - Output stream
java.io.IOException - stream error
public java.lang.Object receiveFromStream(CJDBCInputStream input)
throws java.io.IOException
SQLDataSerialization.Serializer
receiveFromStream in class SQLDataSerialization.Serializerinput - Input stream
java.io.IOException - stream error
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||