powered by
The number of bytes taken by a Message
signature(object = "Message")
The number of bytes the message would take when serialized
message <- new( tutorial.Person, name = "dddd", email = "eeeeeee", id = 1 ) bytesize( message ) # \dontshow{ stopifnot( all.equal( bytesize(message), length(serialize(message, NULL ) ) ) ) # }
Run the code above in your browser using DataLab