类 TimestampDelegate

  • 所有已实现的接口:
    io.protostuff.runtime.Delegate<Timestamp>

    public class TimestampDelegate
    extends Object
    implements io.protostuff.runtime.Delegate<Timestamp>
    Custom Timestamp delegate
    • 构造器详细资料

      • TimestampDelegate

        public TimestampDelegate()
    • 方法详细资料

      • getFieldType

        public io.protostuff.WireFormat.FieldType getFieldType()
        指定者:
        getFieldType 在接口中 io.protostuff.runtime.Delegate<Timestamp>
      • writeTo

        public void writeTo​(io.protostuff.Output output,
                            int number,
                            Timestamp value,
                            boolean repeated)
                     throws IOException
        指定者:
        writeTo 在接口中 io.protostuff.runtime.Delegate<Timestamp>
        抛出:
        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<Timestamp>
        抛出:
        IOException
      • typeClass

        public Class<?> typeClass()
        指定者:
        typeClass 在接口中 io.protostuff.runtime.Delegate<Timestamp>