#include <ObjectStream.h>
Inherited by AZ::ObjectStream.
Public Types | |
| enum | StreamType { ST_XML , ST_JSON , ST_BINARY , ST_MAX } |
Public Member Functions | |
| StreamType | GetType () const |
| void | SetType (StreamType fmt) |
Protected Attributes | |
| StreamType | m_type |
TEMP