Problemunvalidated
I am serializing an instance of class `Foo` to send to pubsub. — using Jackson ObjectMapper to serialize the instance to string before sending it as a payload. Outcome: To achieve this , you need to disable the default typing behaviour.
f0b26c2b-025e-464d-b619-7c53ee7636e9
I am serializing an instance of class Foo to send to pubsub. — using Jackson ObjectMapper to serialize the instance to string before sending it as a payload. Outcome: To achieve this , you need to disable the default typing behaviour.