Opened 15 years ago

Closed 15 years ago

#1760 closed Support Requests (worksforme)

Documentation clarification

Reported by: Sohail Somani <boost-trac@…> Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.35.0 Severity: Not Applicable
Keywords: Cc:

Description

Hi,

In the documentation for the Serializable concept, it states that a type is primitive if it's data is simply loaded/saved without any further processing.

What is an example of further processing?

Thanks!

Change History (2)

comment:1 by Sohail Somani <boost-trac@…>, 15 years ago

Nevermind:

write/read this type directly to the archive. In this case serialization code won't be called. This is the default case for fundamental types. It presumes a member function or template in the archive class that can handle this type. there is no runtime overhead associated reading/writing instances of this level

comment:2 by Robert Ramey, 15 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.