Uses of Interface
org.red5.io.object.Output
Package
Description
-
Uses of Output in org.red5.io.amf
-
Uses of Output in org.red5.io.amf3
-
Uses of Output in org.red5.io.object
Modifier and TypeMethodDescriptionvoid
Serialize this object to the given output stream.static void
Serializes output to a core data type objectstatic void
Serializes output to a core data type objectprotected static boolean
Serializer.writeArrayType
(Output out, Object arrType) Writes array (or collection) out as output Arrays, Collections, etcprotected static boolean
Serializer.writeBasic
(Output out, Object basic) Writes a primitive out as an objectstatic boolean
Serializer.writeComplex
(Output out, Object complex) Writes a complex type object outprotected static boolean
Serializer.writeCustomType
(Output out, Object obj) Writes a custom data to the outputprotected static void
Serializer.writeDocument
(Output out, Document doc) Writes a document to the outputprotected static void
Serializer.writeIterator
(Output out, Iterator<Object> it) Writes an iterator out to the outputprotected static void
Writes a List out as an Objectprotected static boolean
Serializer.writeListType
(Output out, Object listType) Writes Lists out as a data typeprotected static boolean
Serializer.writeObjectType
(Output out, Object obj) Write typed object to the outputprotected static boolean
Serializer.writeXMLType
(Output out, Object xml) Writes an xml type out to the output -
Uses of Output in org.red5.server
-
Uses of Output in org.red5.server.api.persistence
-
Uses of Output in org.red5.server.net.rtmp.status