Files
uni/third/semester1/CT326_Programming_III/notes/_minted-CT326-Notes/09F17473584F4347C16CBEF55BA02133CFCD10B6E967F145489C3C2B47048B4F.pygtex
2023-12-07 02:17:27 +00:00

7 lines
497 B
Plaintext

\begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8\relax}]
\PYG{n}{ptivate}\PYG{+w}{ }\PYG{k+kt}{void}\PYG{+w}{ }\PYG{n+nf}{writeObject}\PYG{p}{(}\PYG{n}{ObjectOutputStream}\PYG{+w}{ }\PYG{n}{s}\PYG{p}{)}\PYG{+w}{ }\PYG{k+kd}{throws}\PYG{+w}{ }\PYG{n}{IOException}\PYG{+w}{ }\PYG{p}{\PYGZob{}}
\PYG{+w}{ }\PYG{n}{s}\PYG{p}{.}\PYG{n+na}{defaultWriteObject}\PYG{p}{();}
\PYG{+w}{ }\PYG{c+c1}{// customised serialization code}
\PYG{p}{\PYGZcb{}}
\end{Verbatim}