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

Denis Magda commented on IGNITE-6592:
-------------------------------------

@Igor Sapego, simplified the docs a bit. Please confirm that the current 
version is technically correct and assign the ticket on Prachi for the final 
review:
https://apacheignite-cpp.readme.io/v2.2/docs/serialization-23#section-reading-and-writing-values

> Describe Ignite C++ pointer reading and writing semantics
> ---------------------------------------------------------
>
>                 Key: IGNITE-6592
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6592
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>    Affects Versions: 2.2
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>             Fix For: 2.3
>
>
> Need to describe how user can read and write nullable values using pointer 
> semantic in Ignite C++:
> {code}
> // One can write null value like this:
> writer.WriteObject<SomeObject*>(nullptr);
> // And read it like this:
> std::unique_ptr<SomeObject> nullableVal = reader.ReadObject<SomeObject*>();
> if (nullableVal) {
>   // Processing...
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to