class UMDSerializer {

    static serialize(data: Record<string, any>): Record<string, any> {
        return umdSerializer.serialize(data);
    }