Empeld
Empeld plugin documentation.
pluginbase.Helpers.BinaryCodecs.Codecs Class Reference

Static Public Member Functions

static TypeCodec GetCodec (Type type)
 
static TypeCodec GetCodec< T > ()
 

Member Function Documentation

◆ GetCodec()

static TypeCodec pluginbase.Helpers.BinaryCodecs.Codecs.GetCodec ( Type  type)
static
13  {
14  return _global.GetCodec(type);
15  }

◆ GetCodec< T >()

18  {
19  return _global.GetCodec<T>();
20  }

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