| VTK
    9.5.20251031
    | 
#include "vtkObject.h"#include "vtkCommonCoreModule.h"#include "vtkSmartPointer.h"#include "vtkTypeUInt8Array.h"#include "vtkWeakPointer.h"#include "vtk_nlohmannjson.h"#include <VTK_NLOHMANN_JSON(json.hpp)>#include <memory>#include <set>Go to the source code of this file.
| Classes | |
| class | vtkMarshalContext | 
| Shared context used by vtkSerializerandvtkDeserializerMore... | |
| class | vtkMarshalContext::ScopedParentTracker | 
| Convenient to push a parent as the 'active' identifier and add children to that parent when (de)serializing sub-states or sub-objects.  More... | |
| Typedefs | |
| typedef int(* | vtkMarshalContextRegistrarFunc) (void *ser, void *deser, void *invoker, const char **error) | 
| typedef int(* vtkMarshalContextRegistrarFunc) (void *ser, void *deser, void *invoker, const char **error) | 
Definition at line 36 of file vtkMarshalContext.h.