package amf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception UnsupportedType
exception UpgradeToAMFV3
type typed_object = {
  1. class_name : string;
  2. properties : (string * t) list;
}
and t =
  1. | Number of float
  2. | Boolean of bool
  3. | String of string
  4. | Object of (string * t) list
  5. | MovieClip
  6. | Null
  7. | Undefined
  8. | Reference of int
  9. | ECMAArray of (string * t) list
  10. | ObjectEnd
  11. | StrictArray of t array
  12. | Date of Core.Time.t
  13. | LongString of string
  14. | Unsupported
  15. | RecordSet
  16. | XMLDocument of string
  17. | TypedObject of typed_object
  18. | AVMPlusObject
val to_buffer : t -> string
val of_buffer : string -> (t, Core_kernel.Error.t) Core.result
OCaml

Innovation. Community. Security.