| Interface | Description |
|---|---|
| BinaryFormat |
| Class | Description |
|---|---|
| HexEncodedBinaryFormat |
Transforms binary data to hex encoded strings.
|
| MySQLBinaryFormat |
Transforms binary data to MySQL hex encoded strings, for example
0x8088BAD639F. |
| PostgreSQLBinaryFormat |
Transforms binary data to PostgreSQL hex encoded strings, for example
\x8088BAD639F |