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()
boolean
int
hashCode()
static ObjectInfo
ice_read
(InputStream istr) static Optional<ObjectInfo>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, ObjectInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<ObjectInfo> v) static void
ice_write
(OutputStream ostr, ObjectInfo v) void
ice_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