flex.messaging.io
Class ObjectProxy
java.lang.Object
java.util.AbstractMap
java.util.HashMap
flex.messaging.io.ObjectProxy
All Implemented Interfaces: Externalizable , Serializable , Cloneable , Map
public class ObjectProxy extends HashMap implements Externalizable
Flex's ObjectProxy class allows an anonymous, dynamic ActionScript Object
to be bindable and report change events. Since ObjectProxy only wraps
the ActionScript Object type we can map the class to a java.util.HashMap on the
server, since the user would expect this type to be deserialized as a
java.util.HashMap as it is...
See Also: Serialized Form
Methods inherited from class java.util.HashMap
clear , clone , containsKey , containsValue , entrySet , get , isEmpty , keySet , put , putAll , remove , size , values
ObjectProxy
public ObjectProxy ()
ObjectProxy
public ObjectProxy (int initialCapacity)
ObjectProxy
public ObjectProxy (int initialCapacity,
float loadFactor)
readExternal
public void readExternal (ObjectInput in)
throws IOException ,
ClassNotFoundException
Specified by: readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal (ObjectOutput out)
throws IOException
Specified by: writeExternal in interface Externalizable
Throws:
IOException
Copyright © 2008 Adobe Systems Inc. All Rights Reserved.
Send me an e-mail when comments are added to this page
| Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/ObjectProxy.html
Add Comment