Sha256: 92bba27636863eef4b67c9227ae8d0d974e5af7a0ed10bb13c9ad067dc1a9e88
Contents?: true
Size: 582 Bytes
Versions: 2
Compression:
Stored size: 582 Bytes
Contents
--- id: index title: Introduction sidebar_label: Introduction --- Panko is library which is inspired by ActiveModelSerializers 0.9 for serializing ActiveRecord/Ruby objects to JSON strings, fast. To achieve it's [performance](https://panko.dev/docs/performance.html): * Oj - Panko relies Oj since it's fast and allow to to serialize incrementally using `Oj::StringWriter` * Serialization Descriptor - Panko computes most of the metadata ahead of time, to save time later in serialization. * Type casting — Panko does type casting by it's self, instead of relying ActiveRecord.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
panko_serializer-0.7.7 | docs/docs/introduction.md |
panko_serializer-0.7.6 | docs/docs/introduction.md |