Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Serializer Laravel Package

symfony/serializer

Symfony Serializer component for converting objects and complex data structures to/from arrays, JSON, XML and more. Supports object graphs, custom normalizers/encoders, and flexible context options for reliable serialization and deserialization.

View on GitHub
Deep Wiki
Context7
v8.0.8

Changelog (https://github.com/symfony/serializer/compare/v8.0.7...v8.0.8)

  • bug #63817 Fix denormalization of nested array with key types (@mtarld)
  • bug #63782 Fix mixed-typed constructor parameters overriding getter-inferred type (@pcescon)
  • bug #63787 Fix can*() prefix support in GetSetMethodNormalizer (@sn3mdev)
  • bug #63627 Fix self type reference on promoted constructor parameter (@andersonamuller, @nicolas-grekas)
v7.4.8

Changelog (https://github.com/symfony/serializer/compare/v7.4.7...v7.4.8)

  • bug #63817 Fix denormalization of nested array with key types (@mtarld)
  • bug #63782 Fix mixed-typed constructor parameters overriding getter-inferred type (@pcescon)
  • bug #63787 Fix can*() prefix support in GetSetMethodNormalizer (@sn3mdev)
  • bug #63627 Fix self type reference on promoted constructor parameter (@andersonamuller, @nicolas-grekas)
v6.4.36

Changelog (https://github.com/symfony/serializer/compare/v6.4.35...v6.4.36)

  • bug #63817 Fix denormalization of nested array with key types (@mtarld)
  • bug #63787 Fix can*() prefix support in GetSetMethodNormalizer (@sn3mdev)
v8.0.7

Changelog (https://github.com/symfony/serializer/compare/v8.0.6...v8.0.7)

  • bug #63602 Fix denormalization of magic __set properties (@nicolas-grekas)
  • bug #63547 Fix nullable array constructor parameter overriding collection value type (@nicolas-grekas)
v7.4.7

Changelog (https://github.com/symfony/serializer/compare/v7.4.6...v7.4.7)

  • bug #63602 Fix denormalization of magic __set properties (@nicolas-grekas)
  • bug #63547 Fix nullable array constructor parameter overriding collection value type (@nicolas-grekas)
v6.4.35

Changelog (https://github.com/symfony/serializer/compare/v6.4.34...v6.4.35)

  • bug #63602 Fix denormalization of magic __set properties (@nicolas-grekas)
v8.0.6

Changelog (https://github.com/symfony/serializer/compare/v8.0.5...v8.0.6)

  • bug #57392 Fix propertyPath in ConstraintViolationListNormalizer with MetadataAwareNameConverter (@antten)
  • bug #63428 Fix handling of constructor enum denormalization errors (@vvaswani)
  • bug #63401 Fix constructor parameter type override when property type extractor returns a different type (@nicolas-grekas)
  • bug #63405 Fix passing context option to property-info (@nicolas-grekas)
  • bug #63279 Normalize static methods when they have groups (@digilist)
  • bug #63235 phpdocumentor/reflection-docblock 6 compatibility (@mtarld)
v7.4.6

Changelog (https://github.com/symfony/serializer/compare/v7.4.5...v7.4.6)

  • bug #57392 Fix propertyPath in ConstraintViolationListNormalizer with MetadataAwareNameConverter (@antten)
  • bug #63428 Fix handling of constructor enum denormalization errors (@vvaswani)
  • bug #63401 Fix constructor parameter type override when property type extractor returns a different type (@nicolas-grekas)
  • bug #63405 Fix passing context option to property-info (@nicolas-grekas)
  • bug #63279 Normalize static methods when they have groups (@digilist)
  • bug #63235 phpdocumentor/reflection-docblock 6 compatibility (@mtarld)
v6.4.34

Changelog (https://github.com/symfony/serializer/compare/v6.4.33...v6.4.34)

  • bug #57392 Fix propertyPath in ConstraintViolationListNormalizer with MetadataAwareNameConverter (@antten)
  • bug #63428 Fix handling of constructor enum denormalization errors (@vvaswani)
  • bug #63405 Fix passing context option to property-info (@nicolas-grekas)
  • bug #63279 Normalize static methods when they have groups (@digilist)
v8.0.5

Changelog (https://github.com/symfony/serializer/compare/v8.0.4...v8.0.5)

  • bug #63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #63191 Apply # to the right metadata (@VincentLanglet)
v7.4.5

Changelog (https://github.com/symfony/serializer/compare/v7.4.4...v7.4.5)

  • bug #63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #63191 Apply # to the right metadata (@VincentLanglet)
v7.3.11

Changelog (https://github.com/symfony/serializer/compare/v7.3.10...v7.3.11)

  • bug #63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #63191 Apply # to the right metadata (@VincentLanglet)
v6.4.33

Changelog (https://github.com/symfony/serializer/compare/v6.4.32...v6.4.33)

v8.0.4

Changelog (https://github.com/symfony/serializer/compare/v8.0.3...v8.0.4)

  • bug #63136 Fix is/has/can accessor naming to strip prefix unless colliding (nicolas-grekas)
  • bug #63052 Fix NameConverter not detecting wrong input format with allow_extra_attributes=false (xersion22)
  • bug #62953 Fix removing nested values (gnoddep)
  • bug #62838 Fix serialization of method with same name than property (VincentLanglet)
  • bug #62886 Skip methods that look like getters but return void or never (@jordikroon)
v7.4.4

Changelog (https://github.com/symfony/serializer/compare/v7.4.3...v7.4.4)

  • bug #63136 Fix is/has/can accessor naming to strip prefix unless colliding (nicolas-grekas)
  • bug #63052 Fix NameConverter not detecting wrong input format with allow_extra_attributes=false (xersion22)
  • bug #62953 Fix removing nested values (gnoddep)
  • bug #62838 Fix serialization of method with same name than property (VincentLanglet)
  • bug #62886 Skip methods that look like getters but return void or never (@jordikroon)
v7.3.10

Changelog (https://github.com/symfony/serializer/compare/v7.3.9...v7.3.10)

  • bug #63136 Fix is/has/can accessor naming to strip prefix unless colliding (nicolas-grekas)
  • bug #63052 Fix NameConverter not detecting wrong input format with allow_extra_attributes=false (xersion22)
  • bug #62953 Fix removing nested values (gnoddep)
  • bug #62838 Fix serialization of method with same name than property (VincentLanglet)
  • bug #62886 Skip methods that look like getters but return void or never (@jordikroon)
v6.4.32

Changelog (https://github.com/symfony/serializer/compare/v6.4.31...v6.4.32)

  • bug #63136 Fix is/has/can accessor naming to strip prefix unless colliding (nicolas-grekas)
  • bug #63052 Fix NameConverter not detecting wrong input format with allow_extra_attributes=false (xersion22)
  • bug #62953 Fix removing nested values (gnoddep)
  • bug #62838 Fix serialization of method with same name than property (VincentLanglet)
  • bug #62886 Skip methods that look like getters but return void or never (@jordikroon)
v8.0.3

Changelog (https://github.com/symfony/serializer/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62797 [Serializer] Fix inconsistent field naming from accessors when using groups (@nicolas-grekas)
  • bug symfony/symfony#62773 [Serializer] Do not skip nested null values when denormalizing (@MatTheCat)
  • bug symfony/symfony#62740 [Serializer] Fix php 8.5 warning unexpected NAN value was coerced to … (@aaa2000)
v7.4.3

Changelog (https://github.com/symfony/serializer/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62797 [Serializer] Fix inconsistent field naming from accessors when using groups (@nicolas-grekas)
  • bug symfony/symfony#62773 [Serializer] Do not skip nested null values when denormalizing (@MatTheCat)
  • bug symfony/symfony#62740 [Serializer] Fix php 8.5 warning unexpected NAN value was coerced to … (@aaa2000)
v7.3.9

Changelog (https://github.com/symfony/serializer/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#62797 [Serializer] Fix inconsistent field naming from accessors when using groups (@nicolas-grekas)
  • bug symfony/symfony#62773 [Serializer] Do not skip nested null values when denormalizing (@MatTheCat)
  • bug symfony/symfony#62740 [Serializer] Fix php 8.5 warning unexpected NAN value was coerced to … (@aaa2000)
v6.4.31

Changelog (https://github.com/symfony/serializer/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#62797 [Serializer] Fix inconsistent field naming from accessors when using groups (@nicolas-grekas)
  • bug symfony/symfony#62773 [Serializer] Do not skip nested null values when denormalizing (@MatTheCat)
  • bug symfony/symfony#62740 [Serializer] Fix php 8.5 warning unexpected NAN value was coerced to … (@aaa2000)
v8.0.2

Changelog (https://github.com/symfony/serializer/compare/v8.0.1...v8.0.2)

  • bug symfony/symfony#62682 [Serializer][Validator] Attribute metadata no longer requires container.excluded tags (@HypeMC)
v7.4.2

Changelog (https://github.com/symfony/serializer/compare/v7.4.1...v7.4.2)

  • bug symfony/symfony#62682 [Serializer][Validator] Attribute metadata no longer requires container.excluded tags (@HypeMC)
v7.3.8

Changelog (https://github.com/symfony/serializer/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#58473 [Serializer] Fix AbstractObjectNormalizer to allow scalar values to be normalized (@Hanmac, @xabbuh)
  • bug symfony/symfony#62007 [Serializer] fix inherited properties normalization (@Link1515)
  • bug symfony/symfony#62321 [Serializer] Fix BackedEnumNormalizer behavior with partial denormalization (@yoeunes)
v6.4.30

Changelog (https://github.com/symfony/serializer/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#58473 [Serializer] Fix AbstractObjectNormalizer to allow scalar values to be normalized (@Hanmac, @xabbuh)
  • bug symfony/symfony#62007 [Serializer] fix inherited properties normalization (@Link1515)
  • bug symfony/symfony#62321 [Serializer] Fix BackedEnumNormalizer behavior with partial denormalization (@yoeunes)
v7.4.0
v8.0.0-RC3
v7.4.0-RC3
v7.4.0-RC1

Changelog (https://github.com/symfony/serializer/compare/v7.4.0-BETA2...v7.4.0-RC1)

  • bug symfony/symfony#58473 [Serializer] Fix AbstractObjectNormalizer to allow scalar values to be normalized (@Hanmac, @xabbuh)
  • bug symfony/symfony#62007 [Serializer] fix inherited properties normalization (@Link1515)
  • bug symfony/symfony#62321 [Serializer] Fix BackedEnumNormalizer behavior with partial denormalization (@yoeunes)
v8.0.0-BETA2

Changelog (https://github.com/symfony/serializer/compare/v8.0.0-BETA1...v8.0.0-BETA2)

  • feature symfony/symfony#60153 [Serializer] Allow forcing timezone in DateTimeNormalizer during denormalization (@frankdekker)
v7.4.0-BETA2

Changelog (https://github.com/symfony/serializer/compare/v7.4.0-BETA1...v7.4.0-BETA2)

  • feature symfony/symfony#60153 [Serializer] Allow forcing timezone in DateTimeNormalizer during denormalization (@frankdekker)
v7.3.5

Changelog (https://github.com/symfony/serializer/compare/v7.3.4...v7.3.5)

  • bug symfony/symfony#62003 [Serializer] Fix unexpected type in denormalization errors when float|int union type used in constructor with non numeric string in form-data request (@d-mitrofanov-v)
  • bug symfony/symfony#61889 [Serializer] Fix discriminator class mapping with allow_extra_attributes=false (@chris54721)
v6.4.27

Changelog (https://github.com/symfony/serializer/compare/v6.4.26...v6.4.27)

  • bug symfony/symfony#62003 [Serializer] Fix unexpected type in denormalization errors when float|int union type used in constructor with non numeric string in form-data request (@d-mitrofanov-v)
  • bug symfony/symfony#61889 [Serializer] Fix discriminator class mapping with allow_extra_attributes=false (@chris54721)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport