[ 
https://issues.apache.org/jira/browse/MUSE-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483148
 ] 

Dan Jemiolo commented on MUSE-216:
----------------------------------

This is on purpose. Only those Java types that are part of our public 
(supported) API are in the JavaDoc, as described here:

http://ws.apache.org/muse/source-code.html#compatibility

In the org.apache.muse.core.serializer package, the Serializer interface is 
public so that users can define their serializers for custom types; the 
SerializerRegistry class is public so that they can register serializers on the 
client side and use them on the server side. All of the built-in types are 
internal and may be changed. ArraySerializer is one of those built-in 
serializers, since it can handle any type of array and should not require 
customization.


> ArraySerializer is not documented
> ---------------------------------
>
>                 Key: MUSE-216
>                 URL: https://issues.apache.org/jira/browse/MUSE-216
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Jose Antonio
>         Assigned To: Dan Jemiolo
>
> Class org.apache.muse.core.serializer.ArraySerializer does not appear in 
> Javadoc, although it has Javadoc documentation in the source file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to