Description
class SerializationHelper
Methods
static Serialize(entity, serializationObject) → any
Parameters
|
Name |
Type |
Description |
|
entity |
T |
|
optional |
serializationObject |
any |
|
static Parse(creationFunction, source, scene, rootUrl) → T
Parameters
|
Name |
Type |
Description |
|
creationFunction |
|
|
|
source |
any |
|
|
scene |
Nullable<Scene> |
|
static Clone(creationFunction, source) → T
Parameters
|
Name |
Type |
Description |
|
creationFunction |
|
|
|
source |
T |
|
static Instanciate(creationFunction, source) → T
Parameters
|
Name |
Type |
Description |
|
creationFunction |
|
|
|
source |
T |
|