C# Class GladNet.Serializer.SerializationRegistryExtensions

Show file Open project: HelloKitty/GladNet2

Public Methods

Method Description
RegisterAuthenticationPayloads ( this registry ) : ISerializerRegistry

Register the GladNet.Payload.Authentication payloads with the ISerializerRegistry.

Method Details

RegisterAuthenticationPayloads() public static method

Register the GladNet.Payload.Authentication payloads with the ISerializerRegistry.
public static RegisterAuthenticationPayloads ( this registry ) : ISerializerRegistry
registry this Registry to register the payloads to.
return ISerializerRegistry