jsonbrobot
jsonbrobot
* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/58 * **Original Issue Raised By:**@Shaunwild97 * **Original Issue Assigned To:** Unassigned
@m0mus Commented Please be more specific in your request. Sample code would be nice to have for better understanding. :)
@Shaunwild97 Commented ``` JsonbBuilder .newBuilder() .withConfig( new JsonbConfig() .setProperty( DEEP_CUSTOM_SERIALIZATION, true ) ) .build(); public class EmptyListSerializer implements JsonbSerializer { @Override public void serialize( Collection collection, JsonGenerator jg, SerializationContext sc...
* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/46 * **Original Issue Raised By:**@Ravisankar-Challa * **Original Issue Assigned To:** Unassigned
* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/61 * **Original Issue Raised By:**@m0mus * **Original Issue Assigned To:** Unassigned
* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/35 * **Original Issue Raised By:**@glassfishrobot * **Original Issue Assigned To:** @glassfishrobot
@glassfishrobot Commented Reported by marembo2008
@glassfishrobot Commented rmannibucau said: Jsonb relies on a config instance which can hold this. JPA supports it cause it supports scanning of (explicit or not) managed types. For me this...
@glassfishrobot Commented This issue was imported from java.net JIRA JSONB_SPEC-35
* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/66 * **Original Issue Raised By:**@kaqqao * **Original Issue Assigned To:** Unassigned