parseTransportableFile abstract method
Parses a structured Map into a TransportableFile instance.
pnf: Map representation of PNF (matches format 3 JSON structure)
Returns: TransportableFile instance, or null if parsing fails
Implementation
TransportableFile? parseTransportableFile(Mapping pnf);