SerializerEntity
----------------

                 Key: HTTPCORE-150
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-150
             Project: HttpComponents HttpCore
          Issue Type: New Feature
          Components: HttpCore
            Reporter: Roland Weber
            Priority: Minor


We need an entity that serializes a Java object, at least in contrib if not in 
proper.
Every few months there's somebody asking for it. Should be a nice programming 
exercise.
Deserializing would be nice as well, but seems less important.

If we put it in core, it's available for everybody but has to use 
java.io.Serializable.
If we put it in client, it could use generics. Don't know if that is useful in 
this case.

cheers,
  Roland


-- 
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