ValueObject
ValueObject copied to clipboard
can you add [Serializable] attribute
我使用了微软的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].