Java2Flash object serialization fix
This commit is contained in:
parent
ad70af4279
commit
859938143e
@ -65,6 +65,7 @@ public class Java2Flash {
|
|||||||
break;
|
break;
|
||||||
case "HashMap":
|
case "HashMap":
|
||||||
HashMap<String, Object> s = (HashMap<String, Object>) m.get(key);
|
HashMap<String, Object> s = (HashMap<String, Object>) m.get(key);
|
||||||
|
this.actions.add(new ActionPush(Collections.singletonList(fromString(key))));
|
||||||
parseHashMapMember(s);
|
parseHashMapMember(s);
|
||||||
this.actions.add(new ActionPush(Collections.singletonList(new IntegerItem(s.keySet().size()))));
|
this.actions.add(new ActionPush(Collections.singletonList(new IntegerItem(s.keySet().size()))));
|
||||||
this.actions.add(new ActionInitObject());
|
this.actions.add(new ActionInitObject());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user