Table of Contents

Class GodotMessagePackSerializerExtensions

Namespace
Nerdbank.MessagePack.Godot
Assembly
Nerdbank.MessagePack.Godot.dll

Extension methods for configuring MessagePackSerializer to serialize Godot value types.

public static class GodotMessagePackSerializerExtensions
Inheritance
GodotMessagePackSerializerExtensions
Inherited Members

Methods

WithGodotConverters(MessagePackSerializer)

Configures a serializer to serialize Godot Engine value types.

public static MessagePackSerializer WithGodotConverters(this MessagePackSerializer serializer)

Parameters

serializer MessagePackSerializer

The serializer to configure.

Returns

MessagePackSerializer

A serializer configured with converters for Godot Engine value types, or the original serializer when it is already configured.