|
Teuchos - Trilinos Tools Package
Version of the Day
|
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Public Member Functions | |
| ValueTypeDeserializationBuffer (const Ordinal bytes, char charBuffer[], const RCP< const Serializer > &serializer=DS::getDefaultSerializerRCP()) | |
Serialize to an internally stored char[] buffer. | |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again.
Specialization for the default serializer object type with a default argument for the serializer object parameter.
Definition at line 526 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ValueTypeDeserializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType >::ValueTypeDeserializationBuffer | ( | const Ordinal | bytes, |
| char | charBuffer[], | ||
| const RCP< const Serializer > & | serializer = DS::getDefaultSerializerRCP() |
||
| ) | [inline] |
Serialize to an internally stored char[] buffer.
Definition at line 533 of file Teuchos_SerializationTraitsHelpers.hpp.
1.7.6.1