AStream:用 AS3 编写的 XML 到对象(反之亦然)映射库。 与 XStream 兼容

时间:2021-06-05 22:07:54
【文件属性】:
文件名称:AStream:用 AS3 编写的 XML 到对象(反之亦然)映射库。 与 XStream 兼容
文件大小:139KB
文件格式:ZIP
更新时间:2021-06-05 22:07:54
ActionScript 流 AStream 可以处理枚举。 传递给 super() 的枚举名称用于在 XML 中表示枚举的值。 package com.example.domain { import as3.lang.Enum ; public class UserRole extends Enum { public static const ADMINISTRATOR : UserRole = new UserRole( "ROLE_ADMINISTRATOR" ) ; public static const OPERATOR : UserRole = new UserRole( "ROLE_OPERATOR" ) ; public function UserRole ( name : String ) { super ( name ) ; } } } 在
【文件预览】:
AStream-master
----src()
--------ru()
--------as3()
----build()
--------config.xml(805B)
--------build.xml(1KB)
--------build.properties.tmpl(250B)
--------metadata.xml(394B)
----LICENSE(11KB)
----README.md(4KB)
----lib()
--------spicelib-util-3.0.0.swc(14KB)
--------base64.swc(5KB)
--------spicelib-reflect-3.0.1.swc(33KB)
----test()
--------ru()
--------AllTests.as(683B)

网友评论