Binary renderer/parser for Pkl #293

Closed
opened 2025-12-30 01:23:13 +01:00 by adam · 0 comments
Owner

Originally created by @bioball on GitHub (Feb 27, 2025).

Provide an in-language binary renderer/parser, which conforms to the Pkl binary encoding.

This would be a lossless way to convert to Pkl and back again.

This should be provided as a:

  • In-language API
  • Java API (renderer)
  • Java API (deserialize into PObject and friends)

Need to consider how to represent binary encoding.

Originally created by @bioball on GitHub (Feb 27, 2025). Provide an in-language binary renderer/parser, which conforms to the [Pkl binary encoding](https://pkl-lang.org/main/current/bindings-specification/binary-encoding.html). This would be a lossless way to convert to Pkl and back again. This should be provided as a: * In-language API * Java API (renderer) * Java API (deserialize into `PObject` and friends) Need to consider how to represent binary encoding.
adam closed this issue 2025-12-30 01:23:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#293