|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.io.amf3.Input.ClassReference
protected static class Input.ClassReference
Holds informations about already deserialized classes.
Field Summary | |
---|---|
protected List<String> |
attributeNames
Names of the attributes of the class. |
protected String |
className
Name of the deserialized class. |
protected int |
type
Type of the class. |
Constructor Summary | |
---|---|
Input.ClassReference(String className,
int type,
List<String> attributeNames)
Create new information about a class. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String className
protected int type
protected List<String> attributeNames
Constructor Detail |
---|
public Input.ClassReference(String className, int type, List<String> attributeNames)
className
- class nametype
- typeattributeNames
- attributes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |