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