Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BinSerializationLoadContainer Interface Reference

Implementation of BaseLoadContainer to read data from json format. More...

Inheritance diagram for BinSerializationLoadContainer:
[legend]

Public Member Functions

proto external bool LoadFromFile (string fileName)
 
proto external bool LoadFromContainer (notnull BinSerializationContainer container)
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Detailed Description

Implementation of BaseLoadContainer to read data from json format.

Container for loading data in binary format

Member Function Documentation

◆ LoadFromContainer()

proto external bool BinSerializationLoadContainer.LoadFromContainer ( notnull BinSerializationContainer  container)

◆ LoadFromFile()

proto external bool BinSerializationLoadContainer.LoadFromFile ( string  fileName)

The documentation for this interface was generated from the following file: