'Declaration Public Overloads Shared Sub Serialize( _
ByVal filenameThe filename where the decoder must save the serialized data.As System.String, _
ByVal fontProgramsControllerThe font program controller to serialize.As FontProgramsControllerBase _
)
public static void Serialize(
System.String filename,
FontProgramsControllerBase fontProgramsController
)
public: static void Serialize(
System.String filename,
FontProgramsControllerBase* fontProgramsController
)
public:
static void Serialize(
System.String filename,
FontProgramsControllerBase^ fontProgramsController
)
Parameters
- filename
- The filename where the decoder must save the serialized data.
- fontProgramsController
- The font program controller to serialize.