Open GoogleCodeExporter opened 9 years ago
The nature of the protobuf spec makes it aimed at data that is well-known in
advance, so the google spec does not cover this. As an extension, protobuf-net
is exploring ways to do this. If you set DynamicType = true on your propery (in
the ProtoMember attribute) it will attempt to do this. However this currently
had limitations, in partiular this option currently struggles with primitives
and inheritance models. It will handle basic DTOs though. Note this also
involves embedding type names in the stream; this can be a problem for
versioning, so an event is provided to help you handle type-name <===> type
conversions in a controlled way.
Original comment by marc.gravell
on 4 Nov 2011 at 6:40
Hi there
When I trying to serialize an HttpError, returns 500 Internal Error
Or how can I do to serialize HttpError / HttpResponseException, exists someway
to setup the RunTypeModel?
Original comment by pwman5k
on 28 May 2015 at 9:51
Original issue reported on code.google.com by
m.schw...@ondot.at
on 4 Nov 2011 at 5:53