[This is preliminary documentation and is subject to change.]
Tags used for external format serialization
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| SmallInt | 97 | ||
| Int | 98 | ||
| Float | 99 | ||
| NewFloat | 70 | ||
| Atom | 100 | ||
| SmallAtom | 115 | ||
| AtomUtf8 | 118 | ||
| SmallAtomUtf8 | 119 | ||
| Ref | 101 | ||
| NewRef | 114 | ||
| Port | 102 | ||
| Pid | 103 | ||
| SmallTuple | 104 | ||
| LargeTuple | 105 | ||
| Nil | 106 | ||
| String | 107 | ||
| List | 108 | ||
| Bin | 109 | ||
| SmallBigInt | 110 | ||
| LargeBigInt | 111 | ||
| Version | 131 |
Remarks
See Also