All, I am new to the usage of proto buffer with C sharp.. All I try is to get the input in XML and convert to C# object and then using google protobuf to serialize and deserialize.
While converting the xml input to C# object, i am getting below because of nested types -------------------------------- Unhandled Exception: System.InvalidOperationException: There was an error reflecting type 'SCL.PC.ClientIdentifier'. ---> System.InvalidOperationException: SCL.PC.ClientIdentifier+Types cannot be serialized. Static types cannot be used as parameters or return types. ---------------------------------- It complains Types cannot be serialized. Please help me out -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/642b3650-443d-4e26-abf7-22d5cfaba039%40googlegroups.com.
