ericvana / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Cannot load the address of a struct at the head of the stack #270

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
System.InvalidOperationException occurred
  Message=Cannot load the address of a struct at the head of the stack
  Source=protobuf-net
  StackTrace:
       в ProtoBuf.Compiler.CompilerContext.LoadAddress(Local local, Type type)
  InnerException: 

Error in "Serializer.Serialize(ms, obj);"

Problem while serialize field with nullable struct

Original issue reported on code.google.com by i.s.shuv...@gmail.com on 31 Jan 2012 at 8:23

GoogleCodeExporter commented 9 years ago
Yikes; that sounds like an oversight; added to list, thanks!

Original comment by marc.gravell on 31 Jan 2012 at 8:23