MIRA
IsNotMetaSerializable< T > Class Template Reference

Type trait that indicates whether a type does not support to gather meta information about it, e.g. More...

#include <serialization/IsNotMetaSerializable.h>

Inheritance diagram for IsNotMetaSerializable< T >:
Inheritance graph
[legend]

Detailed Description

template<typename T>
class mira::IsNotMetaSerializable< T >

Type trait that indicates whether a type does not support to gather meta information about it, e.g.

all types with if clauses in their reflect methods applied while reading from the object.

You can specialize this trait for your own types if they are not serializable by the MetaSerializer.


The documentation for this class was generated from the following file: