Sha256: 01a353555198acf9402d98209171c3775a322175607d7ab8225513366dced120
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 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://yosiat.github.io/panko_serializer/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
panko_serializer-0.7.3 | docs/docs/introduction.md |