[ 
https://issues.apache.org/jira/browse/HTTPCORE-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586769#action_12586769
 ] 

Andrea Selva commented on HTTPCORE-150:
---------------------------------------

Hi Oleg, 
i think that is better not have an handle to a live object to transmit with 
entity, perhaps i'm in wrong, but this is the rationale of this choice. If in 
your opinion is better to not store (due to memory leaks) the serialized form, 
i'll work on this.
 Andrea

> 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
>             Fix For: 4.0-beta2
>
>         Attachments: httpcore150.patch
>
>
> 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