You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Paul Merlin (JIRA)" <ji...@apache.org> on 2017/04/07 20:49:41 UTC

[jira] [Commented] (POLYGENE-94) Support for Pluggable Types

    [ https://issues.apache.org/jira/browse/POLYGENE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961415#comment-15961415 ] 

Paul Merlin commented on POLYGENE-94:
-------------------------------------

The new Serialization API in 3.0, see POLYGENE-231, allows you to register custom converters for plain values. Plain values serialize to plain String. The JSON, XML and MessagePack Serialization extensions extensions allows you to register custom adapters for complex types, respectively producing JSON structures, XML trees and MessagePack structures. So, if I get that issue correctly we are somewhat already covering it. Or there was some other implied requirement here?

> Support for Pluggable Types
> ---------------------------
>
>                 Key: POLYGENE-94
>                 URL: https://issues.apache.org/jira/browse/POLYGENE-94
>             Project: Polygene
>          Issue Type: Sub-task
>            Reporter: Niclas Hedhman
>             Fix For: 3.0
>
>
> In 2.x, there are a handful of primary types that are built into the entity handling system. To add a completely new type, such as a GeoPoint or a Complex Math type, requires changes in the Core. This shouldn't be necessary, and one should be able to add types during Assembly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)