Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
|
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... | |
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.
stream | |
isLoading | |
offset | |
packageCache |
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!
stream | |
pcc | |
isLoading | |
offset | |
packageCache |