| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ClassReference(String className,
int type,
List<String> attributeNames)
Create new information about a class.
|
protected String className
protected int type
Copyright © 2005–2017 Red5. All rights reserved.