Serialize nested interface

Posted by aron on Stack Overflow See other posts from Stack Overflow or by aron
Published on 2010-05-31T15:19:39Z Indexed on 2010/05/31 15:22 UTC
Read the original article Hit count: 171

Filed under:
|
|

Hello, how can i serialize this class?

public class MyClass    {
    IInterface MyProperty { get; }
}

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET