public class org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate extends java.lang.Object implements io.protostuff.runtime.Delegate
{
public void <init>()
{
org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate v;
v := @this: org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public io.protostuff.WireFormat$FieldType getFieldType()
{
io.protostuff.WireFormat$FieldType v;
org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate v;
v := @this: org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate;
v = <io.protostuff.WireFormat$FieldType: io.protostuff.WireFormat$FieldType FIXED64>;
return v;
}
public java.sql.Timestamp readFrom(io.protostuff.Input) throws java.io.IOException
{
io.protostuff.Input v;
java.sql.Timestamp v;
long v;
org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate v;
v := @this: org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate;
v := @parameter: io.protostuff.Input;
v = new java.sql.Timestamp;
v = interfaceinvoke v.<io.protostuff.Input: long readFixed64()>();
specialinvoke v.<java.sql.Timestamp: void <init>(long)>(v);
return v;
}
public void writeTo(io.protostuff.Output, int, java.sql.Timestamp, boolean) throws java.io.IOException
{
io.protostuff.Output v;
java.sql.Timestamp v;
int v;
long v;
org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate v;
boolean v;
v := @this: org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate;
v := @parameter: io.protostuff.Output;
v := @parameter: int;
v := @parameter: java.sql.Timestamp;
v := @parameter: boolean;
v = virtualinvoke v.<java.sql.Timestamp: long getTime()>();
interfaceinvoke v.<io.protostuff.Output: void writeFixed64(int,long,boolean)>(v, v, v);
return;
}
public void transfer(io.protostuff.Pipe, io.protostuff.Input, io.protostuff.Output, int, boolean) throws java.io.IOException
{
io.protostuff.Input v;
io.protostuff.Output v;
io.protostuff.Pipe v;
int v;
long v;
org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate v;
boolean v;
v := @this: org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate;
v := @parameter: io.protostuff.Pipe;
v := @parameter: io.protostuff.Input;
v := @parameter: io.protostuff.Output;
v := @parameter: int;
v := @parameter: boolean;
v = interfaceinvoke v.<io.protostuff.Input: long readFixed64()>();
interfaceinvoke v.<io.protostuff.Output: void writeFixed64(int,long,boolean)>(v, v, v);
return;
}
public java.lang.Class typeClass()
{
org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate v;
v := @this: org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate;
return class "Ljava/sql/Timestamp;";
}
}