| Package | Description |
|---|---|
| org.red5.io.amf | |
| org.red5.io.object |
| Modifier and Type | Class and Description |
|---|---|
class |
Output |
| Modifier and Type | Method and Description |
|---|---|
void |
ICustomSerializable.serialize(Output output)
Serialize this object to the given output stream.
|
static void |
Serializer.serialize(Output out,
Field field,
Method getter,
Object object,
Object value)
Serializes output to a core data type object
|
static void |
Serializer.serialize(Output out,
Object any)
Serializes output to a core data type object
|
protected static boolean |
Serializer.writeArrayType(Output out,
Object arrType)
Writes array (or collection) out as output Arrays, Collections, etc
|
protected static boolean |
Serializer.writeBasic(Output out,
Object basic)
Writes a primitive out as an object
|
static boolean |
Serializer.writeComplex(Output out,
Object complex)
Writes a complex type object out
|
protected static boolean |
Serializer.writeCustomType(Output out,
Object obj)
Writes a custom data to the output
|
protected static void |
Serializer.writeDocument(Output out,
Document doc)
Writes a document to the output
|
protected static void |
Serializer.writeIterator(Output out,
Iterator<Object> it)
Writes an iterator out to the output
|
protected static void |
Serializer.writeList(Output out,
List<?> list)
Writes a List out as an Object
|
protected static boolean |
Serializer.writeListType(Output out,
Object listType)
Writes Lists out as a data type
|
protected static boolean |
Serializer.writeObjectType(Output out,
Object obj)
Write typed object to the output
|
protected static boolean |
Serializer.writeXMLType(Output out,
Object xml)
Writes an xml type out to the output
|
Copyright © 2005–2017 Red5. All rights reserved.