terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CADSerializer.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
7{
8 // Token: 0x0200037A RID: 890
9 internal class CADSerializer
10 {
11 // Token: 0x06001D3E RID: 7486 RVA: 0x0000207A File Offset: 0x0000027A
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x06001D3F RID: 7487 RVA: 0x0000207A File Offset: 0x0000027A
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x06001D40 RID: 7488 RVA: 0x0003FFF8 File Offset: 0x0003E1F8
24 internal static object DeserializeObjectSafe(byte[] mem)
25 {
26 object obj;
27 return obj;
28 }
29
30 // Token: 0x06001D41 RID: 7489 RVA: 0x0000207A File Offset: 0x0000027A
31 internal static MemoryStream SerializeObject(object obj)
32 {
33 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
34 }
35
36 // Token: 0x06001D42 RID: 7490 RVA: 0x00040008 File Offset: 0x0003E208
37 internal static object DeserializeObject(MemoryStream mem)
38 {
39 object obj;
40 return obj;
41 }
42 }
43}
class f__AnonymousType0<< Count > j__TPar
static object DeserializeObject(MemoryStream mem)
static MemoryStream SerializeObject(object obj)
static object DeserializeObjectSafe(byte[] mem)
static MemoryStream SerializeMessage(IMessage msg)
static IMessage DeserializeMessage(MemoryStream mem, IMethodCallMessage msg)