Serializer
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi
, to customize the behavior of the system.
Define the desired serialization method.
See $MT_HOME/lib/MT/Serialize.pm
for more information.
Values
MT
and Storable
are the currently available serialization methods.
Example
Use Storable
serializer:
Serializer Storable