tModLoader v2024.10
A mod to make and play Terraria mods
|
This is the complete list of members for TagIO, including all inherited members.
Clone< T >(T o) (defined in TagIO) | TagIO | static |
Deserialize(Type type, object? tag) (defined in TagIO) | TagIO | static |
Deserialize< T >(object? tag) (defined in TagIO) | TagIO | static |
FromFile(string path, bool compressed=true) (defined in TagIO) | TagIO | static |
FromStream(Stream stream, bool compressed=true) (defined in TagIO) | TagIO | static |
Read(BinaryReader reader) (defined in TagIO) | TagIO | static |
ReadTag(BinaryReader r, out string? name) (defined in TagIO) | TagIO | static |
ReadTagImpl(int id, BinaryReader r) (defined in TagIO) | TagIO | static |
Serialize(object value) (defined in TagIO) | TagIO | static |
ToFile(TagCompound root, string path, bool compress=true) (defined in TagIO) | TagIO | static |
ToStream(TagCompound root, Stream stream, bool compress=true) (defined in TagIO) | TagIO | static |
Write(TagCompound root, BinaryWriter writer) | TagIO | static |
WriteTag(string name, object tag, BinaryWriter w) (defined in TagIO) | TagIO | static |