开发者

Flex JSON: ignore certain properties?

开发者 https://www.devze.com 2022-12-10 19:58 出处:网络
Is there some libra开发者_如何学Cry for flex, that will let me: define properties to fully exclude from serialization

Is there some libra开发者_如何学Cry for flex, that will let me:

  • define properties to fully exclude from serialization
  • define classes to serialize without the property names (as if they were an array)


If you want to exclude a property from serialization you can use the [Transient] meta tag.

[Transient]
public var someVar:String;
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号