|
SmartEngine
1.6.0
|
Interface for an object that can be serialized to memory or disk More...
Public Member Functions | |
| SerializationResult | Serialize (MemoryBuffer buffer) |
| Write the contents of this object to a buffer. More... | |
| SerializationResult | Deserialize (MemoryBuffer buffer) |
| Fill this object with contents from a buffer. More... | |
Interface for an object that can be serialized to memory or disk
| SerializationResult SmartEngine.ISerializable.Deserialize | ( | MemoryBuffer | buffer | ) |
Fill this object with contents from a buffer.
Implemented in SmartEngine.NeuralNetworks.NeuronLayer, SmartEngine.NeuralNetworks.Agent, and SmartEngine.Resource.
| SerializationResult SmartEngine.ISerializable.Serialize | ( | MemoryBuffer | buffer | ) |
Write the contents of this object to a buffer.
Implemented in SmartEngine.NeuralNetworks.NeuronLayer, SmartEngine.NeuralNetworks.Agent, and SmartEngine.Resource.