Table of Contents

Class EmaDecoder

Namespace
EasyAR.Mega.Ema
Assembly
EasyAR.Mega.Ema.dll

Ema Decoder. Supports versions 0.5, 0.4 (deprecated), 0.3 (deprecated).

public static class EmaDecoder
Inheritance
EmaDecoder

Methods

Decode(byte[])

Decode Ema bytes.

public static IEma Decode(byte[] data)

Parameters

data

Returns

Decode(string)

Decode Ema string.

public static IEma Decode(string json)

Parameters

json

Returns