Property | Type | Description | |
---|---|---|---|
byteMethods | byte[]>>.List | ||
serializeMethods | List |
Method | Description | |
---|---|---|
As ( object current ) : T | ||
AsArray ( current ) : T[] | ||
AsArray ( current, int amount ) : T[] | ||
AsBox ( current ) : object | ||
AsList ( current ) : List |
||
AsList ( current, int amount ) : List |
||
Box ( current ) : object | ||
Convert ( object current ) : Type | ||
SerializeAuto ( object current, string separator = "-", bool changesOnly = false ) : string | ||
ToBool ( object current ) : bool | ||
ToBytes ( object current ) : byte[] | ||
ToDouble ( object current ) : double | ||
ToFloat ( object current ) : float | ||
ToInt ( object current ) : int | ||
ToString ( object current ) : string |
public static AsArray ( current, int amount ) : T[] | ||
amount | int | |
return | T[] |
public static AsList ( current, int amount ) : List |
||
amount | int | |
return | List |
public static Convert ( object current ) : Type | ||
current | object | |
return | Type |
public static SerializeAuto ( object current, string separator = "-", bool changesOnly = false ) : string | ||
current | object | |
separator | string | |
changesOnly | bool | |
return | string |
public static ToBool ( object current ) : bool | ||
current | object | |
return | bool |
public static ToBytes ( object current ) : byte[] | ||
current | object | |
return | byte[] |
public static ToDouble ( object current ) : double | ||
current | object | |
return | double |
public static ToFloat ( object current ) : float | ||
current | object | |
return | float |
public static ToString ( object current ) : string | ||
current | object | |
return | string |