I'm using cereal for serialization to a simple packet format for an existing protocol.
However cereal is prefixing the serialized data with portable type information, which I don't want. I don't need to deserialize polymorphic types.
Is there any way to prevent cereal from writing portable type information?