ValueObject icon indicating copy to clipboard operation
ValueObject copied to clipboard

can you add [Serializable] attribute

Open ioer2008 opened this issue 4 years ago • 0 comments

我使用了微软的Orleans,默认需要在类加上 [Serializable] 的attribute , 但是如果我的类继承了: Value.ValueObject,就报错 Value.ValueObject 没有添加 [Serializable] 的attribute

I use Microsoft's Orleans. By default, I need to add [Serializable] attribute to the class. But if my class inherits: Value.ValueObject, it is wrong that Value.ValueObject did not add the attribute of [Serializable].

ioer2008 avatar Nov 17 '21 07:11 ioer2008