Mike Hill
Mike Hill
`Iterable` types that do not implement the `List` or `Set` interfaces or are array types are serialized as objects rather than collections. It would be helpful to serialize these as...
The `JsonViewSerializer` should be registered as a `MessageConverter` for Spring-Messaging serialization. The team I work with implemented similar serialization logic several years back to allow clients to specify requested properties...
This PR replaces the `AudioContext` factory-based hooks with `AudioNode#connect` hooks. This supports additional cases, including constructor-based `AudioNode` creation (rather than factory-based) and after-page-load extension functionality through `AudioContext#resume`. Factory methods are...