bytes

The field to store the serialized bytes of the entity state.

This is the way to store objects of custom types within a strongly-typed storage (e.g. relational database) and make the read/write operations easy requiring no reflection.

See also

Message#toByteArray()
Any#getValue()