com.thoughtworks.xstream.converters.javabean
Class PropertyDictionary
java.lang.Object
com.thoughtworks.xstream.converters.javabean.PropertyDictionary
Deprecated. since 1.3.1, no longer in use
public class PropertyDictionary
- extends Object
Builds the serializable properties maps for each bean and caches them.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDictionary
public PropertyDictionary()
- Deprecated.
serializablePropertiesFor
public Iterator serializablePropertiesFor(Class cls)
- Deprecated.
property
public BeanProperty property(Class cls,
String name)
- Deprecated.
- Locates a serializable property
- Parameters:
cls
- name
-
Copyright © 2004-2008 XStream. All Rights Reserved.