protobuf-net: Incorrect wire-type deserializing TimeSpan
Posted
by balinisteanu
on Stack Overflow
See other posts from Stack Overflow
or by balinisteanu
Published on 2009-11-12T19:41:34Z
Indexed on
2010/03/14
16:15 UTC
Read the original article
Hit count: 401
protobuf-net
I get this exception when my client application is trying to deserialize a message comming from WCF service ("Incorrect wire-type deserializing TimeSpan").
I'm using .NET 3.5 SP1 and latest version of protobuf-net (1.0.0.275). I have no idea what could be the issue comming from. I don't undersand the reason of this error message. Anyone?
© Stack Overflow or respective owner