类 SqlDateDelegate
- java.lang.Object
-
- cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
-
-
构造器概要
构造器 构造器 说明 SqlDateDelegate()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 io.protostuff.WireFormat.FieldTypegetFieldType()DatereadFrom(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, Date value, boolean repeated)
-
-
-
方法详细资料
-
getFieldType
public io.protostuff.WireFormat.FieldType getFieldType()
- 指定者:
getFieldType在接口中io.protostuff.runtime.Delegate<Date>
-
readFrom
public Date readFrom(io.protostuff.Input input) throws IOException
- 指定者:
readFrom在接口中io.protostuff.runtime.Delegate<Date>- 抛出:
IOException
-
writeTo
public void writeTo(io.protostuff.Output output, int number, Date value, boolean repeated) throws IOException- 指定者:
writeTo在接口中io.protostuff.runtime.Delegate<Date>- 抛出:
IOException
-
transfer
public void transfer(io.protostuff.Pipe pipe, io.protostuff.Input input, io.protostuff.Output output, int number, boolean repeated) throws IOException- 指定者:
transfer在接口中io.protostuff.runtime.Delegate<Date>- 抛出:
IOException
-
-