class documentation
Field key component used in paths and mask trees.
| Class Method | unmarshal |
Parse a single key from its marshaled representation. |
| Method | marshal |
Serialize the key, quoting if it contains special characters. |
Parse a single key from its marshaled representation.
| Parameters | |
marshaledstr | Key string that may be quoted. |
| Returns | |
FieldKey | A FieldKey instance. |
| Raises | |
MarshalError | If the string is malformed. |