net.jini.io
Class MarshalledObject

java.lang.Object
  extended by net.jini.io.MarshalledObject
All Implemented Interfaces:
Serializable

final class MarshalledObject
extends Object
implements Serializable

This is a private class used to convert java.rmi.MarshalledObject to MarshalledInstance and vice versa.


Field Summary
(package private)  int hash
           
(package private)  byte[] locBytes
           
(package private)  byte[] objBytes
           
private static long serialVersionUID
           
 
Constructor Summary
MarshalledObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objBytes

byte[] objBytes

locBytes

byte[] locBytes

hash

int hash

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

MarshalledObject

MarshalledObject()


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.