Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 392 Bytes

UPGRADE-6.1.md

File metadata and controls

10 lines (8 loc) · 392 Bytes

UPGRADE FROM 6.0 to 6.1

Serializer

  • Deprecate ContextAwareNormalizerInterface, use NormalizerInterface instead
  • Deprecate ContextAwareDenormalizerInterface, use DenormalizerInterface instead
  • Deprecate ContextAwareEncoderInterface, use EncoderInterface instead
  • Deprecate ContextAwareDecoderInterface, use DecoderInterface instead