Package | Description |
---|---|
org.red5.io.amf | |
org.red5.io.object | |
org.red5.server | |
org.red5.server.api.persistence | |
org.red5.server.net.rtmp.status | |
org.red5.server.so |
Modifier and Type | Class and Description |
---|---|
class |
Output |
Modifier and Type | Method and Description |
---|---|
void |
Serializer.serialize(Output out,
Field field,
Method getter,
Object object,
Object value)
Serializes output to a core data type object
|
void |
Serializer.serialize(Output out,
Object any)
Serializes output to a core data type object
|
void |
ICustomSerializable.serialize(Output output,
Serializer serializer)
Serialize this object to the given output stream.
|
protected boolean |
Serializer.writeArrayType(Output out,
Object arrType)
Writes array (or collection) out as output Arrays, Collections, etc
|
protected boolean |
Serializer.writeBasic(Output out,
Object basic)
Writes a primitive out as an object
|
boolean |
Serializer.writeComplex(Output out,
Object complex)
Writes a complex type object out
|
protected boolean |
Serializer.writeCustomType(Output out,
Object obj)
Writes a custom data to the output
|
protected void |
Serializer.writeDocument(Output out,
Document doc)
Writes a document to the output
|
protected void |
Serializer.writeIterator(Output out,
Iterator<Object> it)
Writes an iterator out to the output
|
protected void |
Serializer.writeList(Output out,
List<?> list)
Writes a List out as an Object
|
protected boolean |
Serializer.writeListType(Output out,
Object listType)
Writes Lists out as a data type
|
protected boolean |
Serializer.writeObjectType(Output out,
Object obj)
Write typed object to the output
|
protected boolean |
Serializer.writeXMLType(Output out,
Object xml)
Writes an xml type out to the output
|
Modifier and Type | Method and Description |
---|---|
void |
PersistableAttributeStore.serialize(Output output)
Serializes byte buffer output, storing them to attributes
|
Modifier and Type | Method and Description |
---|---|
void |
IPersistable.serialize(Output output)
Write the object to the passed output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
Status.serialize(Output output,
Serializer serializer) |
void |
StatusObject.serialize(Output output,
Serializer serializer) |
Modifier and Type | Method and Description |
---|---|
void |
SharedObject.serialize(Output output)
Write the object to the passed output stream.
|
Copyright © 2006-2012 The Red5 Project