scripts
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using CircuitsV2.Context;
|
||||
using CircuitsV2.Graph;
|
||||
using CircuitsV2.Types;
|
||||
using CircuitsV2.Utilities;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Synchronization
|
||||
{
|
||||
// Token: 0x020000A3 RID: 163
|
||||
[Token(Token = "0x200007E")]
|
||||
[StructLayout(3)]
|
||||
public sealed class ListSerializer : ITypeSerializer
|
||||
{
|
||||
// Token: 0x06000425 RID: 1061 RVA: 0x00003C44 File Offset: 0x00001E44
|
||||
[Token(Token = "0x6000366")]
|
||||
[Address(RVA = "0x218D740", Offset = "0x218C140", VA = "0x18218D740")]
|
||||
public Result<None> Serialize(ExecParams e, Stream stream, CircuitType type, in CircuitSignal signal, INodeDependencies nodeDeps)
|
||||
{
|
||||
return default(Result<None>);
|
||||
}
|
||||
|
||||
// Token: 0x06000426 RID: 1062 RVA: 0x00003C5C File Offset: 0x00001E5C
|
||||
[Token(Token = "0x6000367")]
|
||||
[Address(RVA = "0x218D570", Offset = "0x218BF70", VA = "0x18218D570", Slot = "5")]
|
||||
public Result<CircuitSignal> Deserialize(ExecParams e, Stream stream, CircuitType type, INodeDependencies nodeDeps)
|
||||
{
|
||||
return default(Result<CircuitSignal>);
|
||||
}
|
||||
|
||||
// Token: 0x06000427 RID: 1063 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x6000368")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
public ListSerializer()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000428 RID: 1064 RVA: 0x00003C74 File Offset: 0x00001E74
|
||||
[Token(Token = "0x6000369")]
|
||||
[Address(RVA = "0x218D380", Offset = "0x218BD80", VA = "0x18218D380", Slot = "4")]
|
||||
Result<None> ITypeSerializer.Serialize(ExecParams e, Stream stream, CircuitType type, in CircuitSignal value, INodeDependencies nodeDeps)
|
||||
{
|
||||
return default(Result<None>);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user