Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
Loading...
Searching...
No Matches
PackagelessSerializingContainer.cs File Reference

Functions

class PackagelessSerializingContainer (Stream stream, IMEPackage pcc, bool isLoading=false, int offset=0, PackageCache packageCache=null)
 Serializer used by the GlobalShaderCache and, to serialize name references as strings. This cannot serialize objects. More...
 
class PackagelessWithObjectsSerializingContainer (Stream stream, IMEPackage pcc, bool isLoading=false, int offset=0, PackageCache packageCache=null)
 SPECIAL SERIALIZER - Serializes names as strings, serializes objects in special format. This does NOT support serializing, only deserializing! More...
 

Function Documentation

◆ PackagelessSerializingContainer()

class PackagelessSerializingContainer ( Stream  stream,
IMEPackage  pcc,
bool  isLoading = false,
int  offset = 0,
PackageCache  packageCache = null 
)

Serializer used by the GlobalShaderCache and, to serialize name references as strings. This cannot serialize objects.

Parameters
stream
isLoading
offset
packageCache

◆ PackagelessWithObjectsSerializingContainer()

class PackagelessWithObjectsSerializingContainer ( Stream  stream,
IMEPackage  pcc,
bool  isLoading = false,
int  offset = 0,
PackageCache  packageCache = null 
)

SPECIAL SERIALIZER - Serializes names as strings, serializes objects in special format. This does NOT support serializing, only deserializing!

Parameters
stream
pcc
isLoading
offset
packageCache