org.red5.io.object
Interface ICustomSerializable
- All Known Implementing Classes:
- RuntimeStatusObject, Status, StatusObject
public interface ICustomSerializable
Interface for objects that know how to serialize their contents.
NOTE: This is only used for AMF0 encoding and you should not need to
implement this in your own objects.
- Author:
- The Red5 Project ([email protected]), Joachim Bauch ([email protected])
serialize
void serialize(Output output,
Serializer serializer)
- Serialize this object to the given output stream.
- Parameters:
output
- outputserializer
- serializer
Copyright © 2006-2012 The Red5 Project