home.social

#serializer — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #serializer, aggregated by home.social.

fetched live
  1. Next milestone achieved 🍾

    Merged into @symfony core.

    max_depth was counted per runtime class name. A Doctrine proxy is a subclass of the entity, so it got its own counter, and a graph with max_depth 1 serialized two levels deep instead of one.

    The depth key now falls back to the parent class when the parent declares the same MaxDepth. Proxy and entity share one counter.

    The issue was opened in October 2024. 685 days in the tracker before someone got to it.

    Landed in 6.4 LTS, merged by nicolas-grekas, upmerges to 7.4 and 8.1 next.

    github.com/symfony/symfony/pul

    #Symfony #PHP #Doctrine #Serializer #OpenSource #Backend #Blog #Fediverse #FOSS #Software #Development

  2. phpser: a fast, HMAC-signed binary serializer for PHP cache workloads.

    Faster than igbinary on encode and decode for caches. Its signed mode refuses to decode anything not signed with your key, to keep object-injection out of untrusted caches.

    Code: github.com/iliaal/phpser
    Writeup + benchmarks: ilia.ws/blog/phpser-a-fast-sec

    #php #serializer #extension

  3. Today's #JCON Content Board Spotlight: Markus Kett (MicroStream)

    Markus brings benchmarks over buzzwords. With projects like EclipseStore and #Serializer in his toolkit, he spots interop/tooling gaps early and backs sessions that make #Java apps #simpler and #faster.

    Join #JCON2026 at 2026.europe.jcon.one/

  4. Version 0.4.0 of the Barley #ruby #serializer for #rails ActiveModel is out

    The killer feature in this version is the use of dry-types to typecheck your attributes !!!

    Also added API documentation.

    github.com/moskitohero/barley

  5. Barley 0.3.0 is out!

    Barley is a really simple, extremely fast and efficient ActiveModel #serializer with caching baked in.

    Added the possibility to pass root: true to the model's as_json method.
    Completed the test suite.
    Several improvements and bugfixes.

    #ruby #rails

    github.com/MoskitoHero/barley