javaee / javaee-spec

Java EE Platform Specification
https://javaee.github.io/javaee-spec
Other
389 stars 69 forks source link

Consolidation of type conversion/encoding #45

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

Currently, various specs define ways to convert objects from one to another (string, streams, etc). This should be consolidated to avoid duplication, e.g. if I want to convert for both JAX-RS and WebSocket support, I should be able to define one class to do it all for me.

See this mail for full details and conversation follow up: https://java.net/projects/javaee-spec/lists/users/archive/2014-08/message/0

glassfishrobot commented 10 years ago

Reported by genomeprjct

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAVAEE_SPEC-45