-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
69 changed files
with
471 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
documentation/api/DefaultEcs-Command-EntityCommandRecorder-Dispose().md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#### [DefaultEcs](./index.md 'index') | ||
### [DefaultEcs.Command](./DefaultEcs-Command.md 'DefaultEcs.Command').[EntityCommandRecorder](./DefaultEcs-Command-EntityCommandRecorder.md 'DefaultEcs.Command.EntityCommandRecorder') | ||
## EntityCommandRecorder.Dispose() Method | ||
Releases inner unmanged resources. | ||
Releases inner unmanaged resources. | ||
```csharp | ||
public void Dispose(); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...ultEcs-Serialization-BinarySerializationContext-BinarySerializationContext().md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#### [DefaultEcs](./index.md 'index') | ||
### [DefaultEcs.Serialization](./DefaultEcs-Serialization.md 'DefaultEcs.Serialization').[BinarySerializationContext](./DefaultEcs-Serialization-BinarySerializationContext.md 'DefaultEcs.Serialization.BinarySerializationContext') | ||
## BinarySerializationContext() Constructor | ||
Initializes a new instance of the [BinarySerializationContext](./DefaultEcs-Serialization-BinarySerializationContext.md 'DefaultEcs.Serialization.BinarySerializationContext') class. | ||
```csharp | ||
public BinarySerializationContext(); | ||
``` |
7 changes: 7 additions & 0 deletions
7
documentation/api/DefaultEcs-Serialization-BinarySerializationContext-Dispose().md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#### [DefaultEcs](./index.md 'index') | ||
### [DefaultEcs.Serialization](./DefaultEcs-Serialization.md 'DefaultEcs.Serialization').[BinarySerializationContext](./DefaultEcs-Serialization-BinarySerializationContext.md 'DefaultEcs.Serialization.BinarySerializationContext') | ||
## BinarySerializationContext.Dispose() Method | ||
Releases inner resources. | ||
```csharp | ||
public void Dispose(); | ||
``` |
24 changes: 24 additions & 0 deletions
24
...lization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#### [DefaultEcs](./index.md 'index') | ||
### [DefaultEcs.Serialization](./DefaultEcs-Serialization.md 'DefaultEcs.Serialization').[BinarySerializationContext](./DefaultEcs-Serialization-BinarySerializationContext.md 'DefaultEcs.Serialization.BinarySerializationContext') | ||
## BinarySerializationContext.Marshal<TIn,TOut>(System.Func<TIn,TOut>) Method | ||
Adds a convertion between the type [TIn](#DefaultEcs-Serialization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-)-TIn 'DefaultEcs.Serialization.BinarySerializationContext.Marshal<TIn,TOut>(System.Func<TIn,TOut>).TIn') and the type [TOut](#DefaultEcs-Serialization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-)-TOut 'DefaultEcs.Serialization.BinarySerializationContext.Marshal<TIn,TOut>(System.Func<TIn,TOut>).TOut') during a serialization operation. | ||
```csharp | ||
public DefaultEcs.Serialization.BinarySerializationContext Marshal<TIn,TOut>(System.Func<TIn,TOut> converter); | ||
``` | ||
#### Type parameters | ||
<a name='DefaultEcs-Serialization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-)-TIn'></a> | ||
`TIn` | ||
The type which need to be converted. | ||
|
||
<a name='DefaultEcs-Serialization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-)-TOut'></a> | ||
`TOut` | ||
The resulting type of the conversion. | ||
|
||
#### Parameters | ||
<a name='DefaultEcs-Serialization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-)-converter'></a> | ||
`converter` [System.Func<](https://docs.microsoft.com/en-us/dotnet/api/System.Func-2 'System.Func`2')[TIn](#DefaultEcs-Serialization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-)-TIn 'DefaultEcs.Serialization.BinarySerializationContext.Marshal<TIn,TOut>(System.Func<TIn,TOut>).TIn')[,](https://docs.microsoft.com/en-us/dotnet/api/System.Func-2 'System.Func`2')[TOut](#DefaultEcs-Serialization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-)-TOut 'DefaultEcs.Serialization.BinarySerializationContext.Marshal<TIn,TOut>(System.Func<TIn,TOut>).TOut')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Func-2 'System.Func`2') | ||
The function used for the conversion. | ||
|
||
#### Returns | ||
[BinarySerializationContext](./DefaultEcs-Serialization-BinarySerializationContext.md 'DefaultEcs.Serialization.BinarySerializationContext') | ||
Returns itself. |
24 changes: 24 additions & 0 deletions
24
...zation-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#### [DefaultEcs](./index.md 'index') | ||
### [DefaultEcs.Serialization](./DefaultEcs-Serialization.md 'DefaultEcs.Serialization').[BinarySerializationContext](./DefaultEcs-Serialization-BinarySerializationContext.md 'DefaultEcs.Serialization.BinarySerializationContext') | ||
## BinarySerializationContext.Unmarshal<TIn,TOut>(System.Func<TIn,TOut>) Method | ||
Adds a convertion between the type [TIn](#DefaultEcs-Serialization-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-)-TIn 'DefaultEcs.Serialization.BinarySerializationContext.Unmarshal<TIn,TOut>(System.Func<TIn,TOut>).TIn') and the type [TOut](#DefaultEcs-Serialization-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-)-TOut 'DefaultEcs.Serialization.BinarySerializationContext.Unmarshal<TIn,TOut>(System.Func<TIn,TOut>).TOut') during a deserialization operation. | ||
```csharp | ||
public DefaultEcs.Serialization.BinarySerializationContext Unmarshal<TIn,TOut>(System.Func<TIn,TOut> converter); | ||
``` | ||
#### Type parameters | ||
<a name='DefaultEcs-Serialization-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-)-TIn'></a> | ||
`TIn` | ||
The type which need to be converted. | ||
|
||
<a name='DefaultEcs-Serialization-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-)-TOut'></a> | ||
`TOut` | ||
The resulting type of the conversion. | ||
|
||
#### Parameters | ||
<a name='DefaultEcs-Serialization-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-)-converter'></a> | ||
`converter` [System.Func<](https://docs.microsoft.com/en-us/dotnet/api/System.Func-2 'System.Func`2')[TIn](#DefaultEcs-Serialization-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-)-TIn 'DefaultEcs.Serialization.BinarySerializationContext.Unmarshal<TIn,TOut>(System.Func<TIn,TOut>).TIn')[,](https://docs.microsoft.com/en-us/dotnet/api/System.Func-2 'System.Func`2')[TOut](#DefaultEcs-Serialization-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-)-TOut 'DefaultEcs.Serialization.BinarySerializationContext.Unmarshal<TIn,TOut>(System.Func<TIn,TOut>).TOut')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Func-2 'System.Func`2') | ||
The function used for the conversion. | ||
|
||
#### Returns | ||
[BinarySerializationContext](./DefaultEcs-Serialization-BinarySerializationContext.md 'DefaultEcs.Serialization.BinarySerializationContext') | ||
Returns itself. |
18 changes: 18 additions & 0 deletions
18
documentation/api/DefaultEcs-Serialization-BinarySerializationContext.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#### [DefaultEcs](./index.md 'index') | ||
### [DefaultEcs.Serialization](./DefaultEcs-Serialization.md 'DefaultEcs.Serialization') | ||
## BinarySerializationContext Class | ||
Represents a context used by the [BinarySerializer](./DefaultEcs-Serialization-BinarySerializer.md 'DefaultEcs.Serialization.BinarySerializer') to convert types during serialization and deserialization operations. | ||
The context marshalling will not be applied on members of unmanaged type as [BinarySerializer](./DefaultEcs-Serialization-BinarySerializer.md 'DefaultEcs.Serialization.BinarySerializer') just past their memory location with no transformation. | ||
```csharp | ||
public sealed class BinarySerializationContext : | ||
IDisposable | ||
``` | ||
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') 🡒 BinarySerializationContext | ||
|
||
Implements [System.IDisposable](https://docs.microsoft.com/en-us/dotnet/api/System.IDisposable 'System.IDisposable') | ||
### Constructors | ||
- [BinarySerializationContext()](./DefaultEcs-Serialization-BinarySerializationContext-BinarySerializationContext().md 'DefaultEcs.Serialization.BinarySerializationContext.BinarySerializationContext()') | ||
### Methods | ||
- [Dispose()](./DefaultEcs-Serialization-BinarySerializationContext-Dispose().md 'DefaultEcs.Serialization.BinarySerializationContext.Dispose()') | ||
- [Marshal<TIn,TOut>(System.Func<TIn,TOut>)](./DefaultEcs-Serialization-BinarySerializationContext-Marshal-TIn_TOut-(System-Func-TIn_TOut-).md 'DefaultEcs.Serialization.BinarySerializationContext.Marshal<TIn,TOut>(System.Func<TIn,TOut>)') | ||
- [Unmarshal<TIn,TOut>(System.Func<TIn,TOut>)](./DefaultEcs-Serialization-BinarySerializationContext-Unmarshal-TIn_TOut-(System-Func-TIn_TOut-).md 'DefaultEcs.Serialization.BinarySerializationContext.Unmarshal<TIn,TOut>(System.Func<TIn,TOut>)') |
7 changes: 7 additions & 0 deletions
7
documentation/api/DefaultEcs-Serialization-BinarySerializer-BinarySerializer().md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#### [DefaultEcs](./index.md 'index') | ||
### [DefaultEcs.Serialization](./DefaultEcs-Serialization.md 'DefaultEcs.Serialization').[BinarySerializer](./DefaultEcs-Serialization-BinarySerializer.md 'DefaultEcs.Serialization.BinarySerializer') | ||
## BinarySerializer() Constructor | ||
Initializes a new instance of the [BinarySerializer](./DefaultEcs-Serialization-BinarySerializer.md 'DefaultEcs.Serialization.BinarySerializer') class. | ||
```csharp | ||
public BinarySerializer(); | ||
``` |
Oops, something went wrong.