Table of Contents

Enum KNetSerialization.SerializationType

Namespace
MASES.KNet.Serialization
Assembly
MASES.KNet.dll

Serializer types

public enum KNetSerialization.SerializationType

Fields

Boolean = 1

bool

ByteArray = 3

Array of byte

ByteBuffer = 4

ByteBuffer

Bytes = 5

Bytes

Double = 6

double

External = 0

Externally managed

Float = 8

float

Guid = 17

Guid

Integer = 10

int

Long = 12

long

NullableBoolean = 2

Nullable<T> of bool

NullableDouble = 7

Nullable<T> of double

NullableFloat = 9

Nullable<T> of float

NullableGuid = 18

Nullable<T> of Guid

NullableInteger = 11

Nullable<T> of int

NullableLong = 13

Nullable<T> of long

NullableShort = 15

Nullable<T> of short

Short = 14

short

String = 16

string

Void = 19

Void