Java java.rmi MarshalledObject fields, constructors, methods, implement or subclass

Example usage for Java java.rmi MarshalledObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.rmi MarshalledObject.

The text is from its open source code.

Constructor

MarshalledObject(T obj)
Creates a new MarshalledObject that contains the serialized representation of the current state of the supplied object.

Method

Tget()
Returns a new copy of the contained marshalledobject.
inthashCode()
Return a hash code for this MarshalledObject.