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.
BlazeMonsterは、複雑な Java クラス (enum、generic、collection/set/list/map など) から AS3 Value Object/Data Transfer Object を問題なく生成できますか?
ありがとう。
Java ジェネリック コレクションを正しく生成できません。たとえば、
public Set<MyClass> objs;
それは生成します
public var auths:java.util.Set;
また、Java enum を正しく生成できません。