JSON Compression in Axon Server?

When your event payloads are JSON and are persisted to Axon Server (AS) are they compressed in any sort of way?

I’m thinking in the way that Postgres has a binary JSON column type (jsonb) does AS do any compression or is it just the bytes associated with a UTF-8/UTF-16 String?