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, Joachim Bauch (jojo@struktur.de)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(Output output)
    Serialize this object to the given output stream.
  • Method Details

    • serialize

      void serialize(Output output)
      Serialize this object to the given output stream.
      Parameters:
      output - output