format

AMF

AMF (Action Message Format) is a binary data serialization format developed by Adobe Systems, primarily used for exchanging data between a client and a server in web applications. It enables efficient transmission of complex data structures, such as objects and arrays, over networks by encoding them in a compact binary form. Originally designed for use with Adobe Flash and Flex technologies, it supports features like object references and custom data types.

Also known as: Action Message Format, Adobe AMF, AMF3, AMF0, Flash AMF
🧊Why learn AMF?

Developers should learn AMF when working with legacy Adobe Flash or Flex applications that require high-performance data exchange, as it reduces payload size and parsing time compared to text-based formats like JSON or XML. It is particularly useful in real-time applications, such as online gaming or collaborative tools, where low latency and bandwidth efficiency are critical. However, its relevance has declined with the deprecation of Flash, making it mainly important for maintaining existing systems.

Compare AMF

Learning Resources

Related Tools

Alternatives to AMF