|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeMarshaller
A utility to convert between data types, useful for mapping loosely typed client classes to more strongly typed server classes.
| Method Summary | |
|---|---|
Object |
convert(Object source,
Class desiredClass)
Converts the supplied source instance to an instance of the desired Class. |
Object |
createInstance(Object source,
Class desiredClass)
Creates an instance of the desired class without populating the type. |
| Method Detail |
|---|
Object createInstance(Object source,
Class desiredClass)
source - The raw Object to be converted into an instance of the desired class.desiredClass - The type to which the source needs to be converted.
Object convert(Object source,
Class desiredClass)
source - The source instance.desiredClass - The type to which the source needs to be converted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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/TypeMarshaller.html