NoSqlite ORM nosqlite
Sqlite ORM for Unity
Loading...
Searching...
No Matches
NoSqlite.Orm.ISerializable Interface Reference

Serializable object abstraction. More...

Inheritance diagram for NoSqlite.Orm.ISerializable:
NoSqlite.Serializables.SerializableVector3

Public Member Functions

string Serialize ()
 Saves the object to a string.
 
object Deserialize (string str)
 Loads the object from a string.
 

Detailed Description

Serializable object abstraction.

Member Function Documentation

◆ Deserialize()

object NoSqlite.Orm.ISerializable.Deserialize ( string str)

Loads the object from a string.

Parameters
str
Returns

Implemented in NoSqlite.Serializables.SerializableVector3.

◆ Serialize()

string NoSqlite.Orm.ISerializable.Serialize ( )

Saves the object to a string.

Returns

Implemented in NoSqlite.Serializables.SerializableVector3.


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