-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Serialization
Azure Core offers the ObjectSerializer
and JsonSerializer
interfaces as a standard way to handle serialization and deserialization of specific serialization formats. There are no implementations of these interfaces built into Azure Core, instead a service provider interface (SPI) is used to retrieve available implementations from the classpath. The SPI allows for the serialization layer to be plug-able and removes dependencies on given implementations.
In addition to the interfaces Azure Core has an internal serialization layer that is configured to handle service request and response objects generated by our code generators. The ObjectSerializer
and JsonSerializer
apply their functionality to class types from outside of the class types generated for service request and responses.
- Frequently Asked Questions
- Azure Identity Examples
- Configuration
- Performance Tuning
- Android Support
- Unit Testing
- Test Proxy Migration
- Azure Json Migration
- New Checkstyle and Spotbugs pattern migration
- Protocol Methods
- TypeSpec-Java Quickstart
- Getting Started Guidance
- Adding a Module
- Building
- Writing Performance Tests
- Working with AutoRest
- Deprecation
- BOM guidelines
- Release process
- Access helpers