public class SerializedOutput extends Object
| Constructor and Description |
|---|
SerializedOutput(Class<?> clazz,
String name,
Type[] types,
SerializedValue... values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getDeclaringClass() |
String |
getName() |
Type[] |
getTypes() |
SerializedValue[] |
getValues() |
int |
hashCode() |
String |
toString() |
public SerializedOutput(Class<?> clazz, String name, Type[] types, SerializedValue... values)
public Class<?> getDeclaringClass()
public String getName()
public Type[] getTypes()
public SerializedValue[] getValues()
Copyright © 2016. All rights reserved.