public class sun.rmi.server.UnicastRef2 extends sun.rmi.server.UnicastRef
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.rmi.server.UnicastRef2
  super_class: sun.rmi.server.UnicastRef
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1829537514995881838

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.rmi.server.UnicastRef2 this
         0: .line 44
            aload 0 /* this */
            invokespecial sun.rmi.server.UnicastRef.<init>:()V
         1: .line 45
            return
        end local 0 // sun.rmi.server.UnicastRef2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/server/UnicastRef2;

  public void <init>(sun.rmi.transport.LiveRef);
    descriptor: (Lsun/rmi/transport/LiveRef;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.rmi.server.UnicastRef2 this
        start local 1 // sun.rmi.transport.LiveRef liveRef
         0: .line 51
            aload 0 /* this */
            aload 1 /* liveRef */
            invokespecial sun.rmi.server.UnicastRef.<init>:(Lsun/rmi/transport/LiveRef;)V
         1: .line 52
            return
        end local 1 // sun.rmi.transport.LiveRef liveRef
        end local 0 // sun.rmi.server.UnicastRef2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/rmi/server/UnicastRef2;
            0    2     1  liveRef  Lsun/rmi/transport/LiveRef;
    MethodParameters:
         Name  Flags
      liveRef  

  public java.lang.String getRefClass(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.rmi.server.UnicastRef2 this
        start local 1 // java.io.ObjectOutput out
         0: .line 59
            ldc "UnicastRef2"
            areturn
        end local 1 // java.io.ObjectOutput out
        end local 0 // sun.rmi.server.UnicastRef2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/rmi/server/UnicastRef2;
            0    1     1   out  Ljava/io/ObjectOutput;
    MethodParameters:
      Name  Flags
      out   

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.rmi.server.UnicastRef2 this
        start local 1 // java.io.ObjectOutput out
         0: .line 67
            aload 0 /* this */
            getfield sun.rmi.server.UnicastRef2.ref:Lsun/rmi/transport/LiveRef;
            aload 1 /* out */
            iconst_1
            invokevirtual sun.rmi.transport.LiveRef.write:(Ljava/io/ObjectOutput;Z)V
         1: .line 68
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // sun.rmi.server.UnicastRef2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/server/UnicastRef2;
            0    2     1   out  Ljava/io/ObjectOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.rmi.server.UnicastRef2 this
        start local 1 // java.io.ObjectInput in
         0: .line 78
            aload 0 /* this */
            aload 1 /* in */
            iconst_1
            invokestatic sun.rmi.transport.LiveRef.read:(Ljava/io/ObjectInput;Z)Lsun/rmi/transport/LiveRef;
            putfield sun.rmi.server.UnicastRef2.ref:Lsun/rmi/transport/LiveRef;
         1: .line 79
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // sun.rmi.server.UnicastRef2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/server/UnicastRef2;
            0    2     1    in  Ljava/io/ObjectInput;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "UnicastRef2.java"