Example #1
0
func (this Timestamp) Bytes(b []byte) []byte {
	return serial.Int64ToBytes(int64(this), b)
}
Example #2
0
func (v Timestamp) Bytes(b []byte) []byte {
	return serial.Int64ToBytes(int64(v), b)
}