com.bea.tuxedo.control
Class StringDeserializer
java.lang.Object
com.bea.tuxedo.control.Deserializer
com.bea.tuxedo.control.StringDeserializer
public class StringDeserializer
- extends Deserializer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringDeserializer
public StringDeserializer(weblogic.wtc.jatmi.TypedString buff,
TuxedoControl.MappingStrictness strict,
List issues,
TuxedoControl.DebugLevel logLev)
- Constructor.
- Parameters:
buff - An instance of a TypedString buffer.strict - The mapping strictness.issues - The issue list to add to.conv - Conventions to use when mapping accessors to fields.logLev - The log level set for this method
deserialize
public Object deserialize(Class cls,
String name)
- Deserialize a String buffer into an object, given the class of the object.
Currently, will only deserialize to primitive or wrapped primitive types.
- Specified by:
deserialize in class Deserializer
- Parameters:
cls - The class of the objectname - The name of the object - may be an empty string