The R Project SVN R

Rev

Rev 74446 | Rev 85981 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74446 Rev 74891
Line 25... Line 25...
25
    representation is written; otherwise (default) a binary one.
25
    representation is written; otherwise (default) a binary one.
26
    See also the comments in the help for \code{\link{save}}.}
26
    See also the comments in the help for \code{\link{save}}.}
27
  \item{xdr}{a logical: if a binary representation is used, should a
27
  \item{xdr}{a logical: if a binary representation is used, should a
28
    big-endian one (XDR) be used?}
28
    big-endian one (XDR) be used?}
29
  \item{version}{the workspace format version to use.  \code{NULL}
29
  \item{version}{the workspace format version to use.  \code{NULL}
30
    specifies the current default version (2), which has been the default
30
    specifies the current default version (3). The only other supported
31
    since \R 1.4.0. The only other supported value is 3, introduced in
31
    value is 2, the default from \R 1.4.0 to \R 3.5.0.}
32
    \R 3.5.0.}
-
 
33
  \item{refhook}{a hook function for handling reference objects.}
32
  \item{refhook}{a hook function for handling reference objects.}
34
}
33
}
35
\details{
34
\details{
36
  The function \code{serialize} serializes \code{object} to the specified
35
  The function \code{serialize} serializes \code{object} to the specified
37
  connection.  If \code{connection} is \code{NULL} then \code{object} is
36
  connection.  If \code{connection} is \code{NULL} then \code{object} is