| Interface | Description |
|---|---|
| ISerializer |
A contract for dispatching to a custom serialization/de-serialization mechanism from jersey.
|
| Class | Description |
|---|---|
| DiscoveryJerseyProvider |
A custom provider implementation for Jersey that dispatches to the
implementation that serializes/deserializes objects sent to and from eureka
server.
|
| Annotation Type | Description |
|---|---|
| Serializer |
An annotation that helps in specifying the custom serializer/de-serialization
implementation for jersey.
|