示例#1
0
func (this Timestamp) Bytes(b []byte) []byte {
	return serial.Int64ToBytes(int64(this), b)
}
示例#2
0
文件: time.go 项目: v2ray/v2ray-core
func (v Timestamp) Bytes(b []byte) []byte {
	return serial.Int64ToBytes(int64(v), b)
}