Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我认为标题很清楚。ServiceStack Redis 客户端序列化(存储)仅获取属性(我还添加了 ReadOnly 属性)。
这是一个错误吗?
这是预期的行为:如果它是可读的,它将被序列化,如果它是可写的,它是可反序列化的。即它将序列化仅获取属性但不会序列化仅设置公共属性。
ServiceStack 序列化程序确实支持忽略属性的 [IgnoreDataMember] 属性,请参阅此示例。