Object serialization: Difference between revisions

Content added Content deleted
m (=={{header|Racket}}== stub added)
m (→‎{{header|Racket}}: documentation references)
Line 1,524: Line 1,524:


=={{header|Racket}}==
=={{header|Racket}}==

Serialization is described in the Racket documentation in: [http://docs.racket-lang.org/reference/serialization.html?q=serialize Serialization], and more specifically with respect to object oriented programming classes: [http://docs.racket-lang.org/reference/objectserialize.html?q=serializable-class#%28form._%28%28lib._racket%2Fprivate%2Fclass-internal..rkt%29._define-serializable-class%29%29 Object Serialization].

The serialization needs to be included with <lang racket>(require racket/serialize)</lang>, the rest is covered by the Racket language.


<lang racket>
<lang racket>

</lang>
</lang>