Class TimestampDelegate
- java.lang.Object
-
- cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
-
-
Constructor Summary
Constructors Constructor Description TimestampDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.protostuff.WireFormat.FieldTypegetFieldType()TimestampreadFrom(io.protostuff.Input input)voidtransfer(io.protostuff.Pipe pipe, io.protostuff.Input input, io.protostuff.Output output, int number, boolean repeated)Class<?>typeClass()voidwriteTo(io.protostuff.Output output, int number, Timestamp value, boolean repeated)
-
-
-
Method Detail
-
getFieldType
public io.protostuff.WireFormat.FieldType getFieldType()
- Specified by:
getFieldTypein interfaceio.protostuff.runtime.Delegate<Timestamp>
-
readFrom
public Timestamp readFrom(io.protostuff.Input input) throws IOException
- Specified by:
readFromin interfaceio.protostuff.runtime.Delegate<Timestamp>- Throws:
IOException
-
writeTo
public void writeTo(io.protostuff.Output output, int number, Timestamp value, boolean repeated) throws IOException- Specified by:
writeToin interfaceio.protostuff.runtime.Delegate<Timestamp>- Throws:
IOException
-
transfer
public void transfer(io.protostuff.Pipe pipe, io.protostuff.Input input, io.protostuff.Output output, int number, boolean repeated) throws IOException- Specified by:
transferin interfaceio.protostuff.runtime.Delegate<Timestamp>- Throws:
IOException
-
-