serializePPT method
Converts a PPT Payload Object into a uint8 array
Implementation
@override
Uint8List serializePPT(PPTPayload pptPayload) {
return serializePPTFragments(
arguments: pptPayload.arguments,
argumentsKeywords: pptPayload.argumentsKeywords,
);
}