KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > rowset > serial > SerialJavaObject

javax.sql.rowset.serial
Class SerialJavaObject

java.lang.Object
  extended by javax.sql.rowset.serial.SerialJavaObject
All Implemented Interfaces:
Serializable, Cloneable
See Also:
Source Code

public Field[] getFields()
                  throws SerialException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getObject()
                 throws SerialException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SerialJavaObject(Object obj)
                 throws SerialException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags