Int64 encodes a signed, 64 bit integer value to the Writer.
(int64)
| 45 | Float32(float32) |
| 46 | // Int64 encodes a signed, 64 bit integer value to the Writer. |
| 47 | Int64(int64) |
| 48 | // Uint64 encodes an unsigned, 64 bit integer value to the Encoders's io.Writer. |
| 49 | Uint64(uint64) |
| 50 | // Float64 encodes a 64 bit floating-point value to the Writer. |