public class io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer implements org.infinispan.commons.marshall.Externalizer<io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer;
public void writeObject(java.io.ObjectOutput, io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo);
descriptor: (Ljava/io/ObjectOutput;Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
invokeinterface java.io.ObjectOutput.writeUTF:(Ljava/lang/String;)V
1: aload 1
aload 2
getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
getfield io.vertx.core.net.impl.ServerID.port:I
invokeinterface java.io.ObjectOutput.writeInt:(I)V
2: aload 1
aload 2
getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
getfield io.vertx.core.net.impl.ServerID.host:Ljava/lang/String;
invokeinterface java.io.ObjectOutput.writeUTF:(Ljava/lang/String;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer;
0 4 1 output Ljava/io/ObjectOutput;
0 4 2 object Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
output
object
public io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo readObject(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=2
start local 0 start local 1 0: new io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo
dup
aload 1
invokeinterface java.io.ObjectInput.readUTF:()Ljava/lang/String;
new io.vertx.core.net.impl.ServerID
dup
aload 1
invokeinterface java.io.ObjectInput.readInt:()I
aload 1
invokeinterface java.io.ObjectInput.readUTF:()Ljava/lang/String;
invokespecial io.vertx.core.net.impl.ServerID.<init>:(ILjava/lang/String;)V
invokespecial io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.<init>:(Ljava/lang/String;Lio/vertx/core/net/impl/ServerID;)V
astore 2
start local 2 1: new io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo
dup
aload 2
invokespecial io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.<init>:(Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer;
0 2 1 input Ljava/io/ObjectInput;
1 2 2 clusterNodeInfo Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
input
public void writeObject(java.io.ObjectOutput, java.lang.Object);
descriptor: (Ljava/io/ObjectOutput;Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo
invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer.writeObject:(Ljava/io/ObjectOutput;Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
public java.lang.Object readObject(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer.readObject:(Ljava/io/ObjectInput;)Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
}
Signature: Ljava/lang/Object;Lorg/infinispan/commons/marshall/Externalizer<Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;>;
SourceFile: "InfinispanClusterNodeInfo.java"
NestHost: io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo
InnerClasses:
public InfinispanClusterNodeInfoExternalizer = io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer of io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo