Package com.zeroc.IceGrid
Class ObjectInfo
java.lang.Object
com.zeroc.IceGrid.ObjectInfo
- All Implemented Interfaces:
Serializable,Cloneable
Information about an Ice object.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static ObjectInfoice_read(InputStream istr) static Optional<ObjectInfo>ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, ObjectInfo v) static voidice_write(OutputStream ostr, int tag, Optional<ObjectInfo> v) static voidice_write(OutputStream ostr, ObjectInfo v) voidice_writeMembers(OutputStream ostr)
-
Field Details
-
proxy
The proxy of the object. -
type
The type of the object.
-
-
Constructor Details
-
ObjectInfo
public ObjectInfo() -
ObjectInfo
-
-
Method Details