'Can protobuf-net serialize / deserialize a field of type "object"?

I have a serialization framework which is based on .NET binary formatter. Now I want to migrate it to protobuf-net. There are a few places in our framework that a field is defined as of type "object". Is there a way to handle it in protobuf-net?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source