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