| GPL_Persistent | public |
| Character | Description |
| n | null |
| i | integer without a value |
| I | integer with a value |
| r | real without a value |
| R | real with a value |
| s | string without a value |
| S | string with a value |
| b | block of bytes without values |
| B | block of bytes with values |
| m | GPL_Message without a value |
| M | GPL_Message with a values |
| . | any type with or without a value |
| * | any number of types, with or without values, up to the following specifier, if any |